2
0

Makefile 644 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 2016 The LuCI Team
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TYPE:=col
  8. LUCI_BASENAME:=ssl-openssl
  9. LUCI_TITLE:=LuCI with HTTPS support (OpenSSL as SSL backend)
  10. LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \
  11. OpenSSL cmd tools (openssl-util) are used by uhttpd for SSL key generation \
  12. instead of the default px5g. (If px5g is installed, uhttpd will prefer that.)
  13. LUCI_DEPENDS:=+luci-light +libustream-openssl +openssl-util
  14. PKG_LICENSE:=Apache-2.0
  15. include ../../luci.mk
  16. # call BuildPackage - OpenWrt buildroot signature