luci(-ssl)-nginx: depend on luci-app-opkg
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 9 Jun 2020 20:23:38 +0000 (23:23 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 9 Jun 2020 20:23:38 +0000 (23:23 +0300)
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>
collections/luci-nginx/Makefile
collections/luci-ssl-nginx/Makefile

index 7d14b1df7d1ce310614ef8dca176e7d6ccb11fb6..8bd7c92bb67b1582312e0bc2f8c4797271d3a079 100644 (file)
@@ -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
index facae6dbac9481e14a0f3092bf3168224fca5f65..63aaebba88c4b629e1a9ebc23a8ed27774d52776 100644 (file)
@@ -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