The `luci` collection contains package management and attended sysupgrades support, which are not that useful if not even undesired for self-compiled images. Rework the `luci-light` collection to exclude the two above mentioned features, and make `luci` instead depend on the light collection in additon to those features. The `luci-ssl` and `luci-ssl-openssl` collections then only need to depend on `luci-light`. We now have three variants with won't pull in `luci-app-opkg` or `luci-app-attendedsysupgrade`, making everybody happy. Signed-off-by: Andre Heider <a.heider@gmail.com>
21 lines
619 B
Makefile
21 lines
619 B
Makefile
#
|
|
# Copyright (C) 2016 The LuCI Team
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TYPE:=col
|
|
LUCI_BASENAME:=ssl-openssl
|
|
|
|
LUCI_TITLE:=LuCI with HTTPS support (OpenSSL as SSL backend)
|
|
LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \
|
|
OpenSSL cmd tools (openssl-util) are used by uhttpd for SSL key generation \
|
|
instead of the default px5g. (If px5g is installed, uhttpd will prefer that.)
|
|
|
|
LUCI_DEPENDS:=+luci-light +libustream-openssl +openssl-util
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|