From 34dee82f29af74d6dee0616cc52a7b9e4f51d9f6 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Mon, 24 Oct 2022 14:57:47 +0200 Subject: luci-light: rework and reenable 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 --- collections/luci-ssl-openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collections/luci-ssl-openssl') diff --git a/collections/luci-ssl-openssl/Makefile b/collections/luci-ssl-openssl/Makefile index d1e752e8b8..890d224697 100644 --- a/collections/luci-ssl-openssl/Makefile +++ b/collections/luci-ssl-openssl/Makefile @@ -14,7 +14,7 @@ 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 +libustream-openssl +openssl-util +LUCI_DEPENDS:=+luci-light +libustream-openssl +openssl-util include ../../luci.mk -- cgit v1.2.3