collections: select package manager for SSL collections master openwrt-24.10
authorRobert Marko <robimarko@gmail.com>
Thu, 21 Nov 2024 21:17:04 +0000 (22:17 +0100)
committerRobert Marko <robimarko@gmail.com>
Sat, 23 Nov 2024 12:06:31 +0000 (13:06 +0100)
Currently, the regular and nginx collections include package manager
by default but SSL collections dont, so lets include package manager on
SSL collections as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
collections/luci-ssl-openssl/Makefile
collections/luci-ssl/Makefile

index 127db14d8fde0a77adc75db5fedd5b8f013feebd..df019b2ebb5a3a8da29c575962ab22fa7de989b3 100644 (file)
@@ -14,7 +14,10 @@ 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
+LUCI_DEPENDS:=+luci-light \
+       +libustream-openssl \
+       +openssl-util \
+       +luci-app-package-manager
 
 PKG_LICENSE:=Apache-2.0
 
index fabc573e7d5a8e693f8587cd3626cf781ac7f49e..6c89b6abad39f8bce20719b41463fca130044296 100644 (file)
@@ -10,7 +10,10 @@ LUCI_TYPE:=col
 LUCI_BASENAME:=ssl
 
 LUCI_TITLE:=LuCI with HTTPS support (mbedtls as SSL backend)
-LUCI_DEPENDS:=+luci-light +libustream-mbedtls +px5g-mbedtls
+LUCI_DEPENDS:=+luci-light \
+       +libustream-mbedtls \
+       +px5g-mbedtls \
+       +luci-app-package-manager
 
 PKG_LICENSE:=Apache-2.0