diff options
author | Andre Heider <a.heider@gmail.com> | 2022-10-24 14:57:47 +0200 |
---|---|---|
committer | Andre Heider <a.heider@gmail.com> | 2023-01-24 10:14:04 +0100 |
commit | 34dee82f29af74d6dee0616cc52a7b9e4f51d9f6 (patch) | |
tree | e748b48cc6bd8a44b848eec7b68d9667d0dd2d65 /collections/luci-ssl-openssl | |
parent | 938e54df17d6a48fc8d84fe5893ff67ffe4a3e6e (diff) |
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 <a.heider@gmail.com>
Diffstat (limited to 'collections/luci-ssl-openssl')
-rw-r--r-- | collections/luci-ssl-openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |