Makefile 613 B

123456789101112131415161718192021
  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 +libustream-openssl +openssl-util
  14. include ../../luci.mk
  15. # call BuildPackage - OpenWrt buildroot signature