Makefile 727 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright (C) 2008-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
  9. LUCI_TITLE:=LuCI with HTTPS support on Nginx (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 nginx for SSL key generation. \
  12. LUCI_DEPENDS:= \
  13. +nginx-ssl +nginx-mod-luci-ssl +luci-mod-admin-full +luci-theme-bootstrap \
  14. +luci-app-firewall +luci-app-opkg +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
  15. +rpcd-mod-rrdns +openssl-util
  16. PKG_LICENSE:=Apache-2.0
  17. include ../../luci.mk
  18. # call BuildPackage - OpenWrt buildroot signature