Makefile 682 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. Note: px5g still requires libmbedtls (in LEDE) or libpolarssl (in Openwrt). \
  12. In LEDE it is also possible to replace px5g with openssl-util as uhttpd can \
  13. also generate keys with openssl commandline tools if px5g is not installed.
  14. LUCI_DEPENDS:=+luci +libustream-openssl +px5g
  15. include ../../luci.mk
  16. # call BuildPackage - OpenWrt buildroot signature