summaryrefslogtreecommitdiffhomepage
path: root/collections
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-06-09 23:23:38 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2020-06-09 23:23:38 +0300
commit219f0ce891a2e59d28a2dd8a1d14a29e35a81185 (patch)
tree454f151bb2c64855c61586d87d415a40b5c41c55 /collections
parent16f443bf4caf6e7dd85efd1ce111b45779acdf5e (diff)
luci(-ssl)-nginx: depend on luci-app-opkg
Commit 391e82d6a3 in 2018 added luci-app-opkg dependency to the 'luci' collection and its derivatives, but as nginx collections do not depend on main 'luci', they did not get the intended change. Fixes #4148 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'collections')
-rw-r--r--collections/luci-nginx/Makefile2
-rw-r--r--collections/luci-ssl-nginx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/collections/luci-nginx/Makefile b/collections/luci-nginx/Makefile
index 7d14b1df7..8bd7c92bb 100644
--- a/collections/luci-nginx/Makefile
+++ b/collections/luci-nginx/Makefile
@@ -13,7 +13,7 @@ LUCI_TITLE:=LuCI interface with Nginx as Webserver
LUCI_DESCRIPTION:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme
LUCI_DEPENDS:= \
+nginx +nginx-mod-luci +luci-mod-admin-full +luci-theme-bootstrap \
- +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
+ +luci-app-firewall +luci-app-opkg +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
+rpcd-mod-rrdns
PKG_LICENSE:=Apache-2.0
diff --git a/collections/luci-ssl-nginx/Makefile b/collections/luci-ssl-nginx/Makefile
index facae6dba..63aaebba8 100644
--- a/collections/luci-ssl-nginx/Makefile
+++ b/collections/luci-ssl-nginx/Makefile
@@ -15,7 +15,7 @@ LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \
LUCI_DEPENDS:= \
+nginx-ssl +nginx-mod-luci-ssl +luci-mod-admin-full +luci-theme-bootstrap \
- +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
+ +luci-app-firewall +luci-app-opkg +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
+rpcd-mod-rrdns +openssl-util
PKG_LICENSE:=Apache-2.0