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>
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
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