luci-nginx: add nginx support file 1889/head
authorAnsuel Smith <ansuelsmth@gmail.com>
Sun, 17 Jun 2018 12:52:11 +0000 (14:52 +0200)
committerAnsuel Smith <ansuelsmth@gmail.com>
Sun, 17 Jun 2018 12:52:11 +0000 (14:52 +0200)
This adds nginx-mod-luci as a dependency of this package.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
collections/luci-nginx/Makefile
collections/luci-ssl-nginx/Makefile
collections/luci-ssl-openssl-nginx/Makefile

index 2d7de3899abf15a81e49f106d31e14b5714043d5..7d14b1df7d1ce310614ef8dca176e7d6ccb11fb6 100644 (file)
@@ -12,7 +12,7 @@ LUCI_BASENAME:=nginx
 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 +luci-mod-admin-full +luci-theme-bootstrap \
+       +nginx +nginx-mod-luci +luci-mod-admin-full +luci-theme-bootstrap \
        +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \
        +rpcd-mod-rrdns
 
index 45ae8b21d8acba629f1e540dc59512aecc764860..d7ff49a7a33c12deff99af3d68683cf947151a91 100644 (file)
@@ -10,7 +10,7 @@ LUCI_TYPE:=col
 LUCI_BASENAME:=ssl
 
 LUCI_TITLE:=LuCI with HTTPS support (mbedTLS as SSL backend)
-LUCI_DEPENDS:=+luci-nginx +libustream-mbedtls +px5g
+LUCI_DEPENDS:=+luci-nginx +nginx-mod-luci-ssl +libustream-mbedtls +px5g
 
 PKG_LICENSE:=Apache-2.0
 
index f0e9b31c841f4f8208f694c690b60815fc1c497a..51096471e1f9c7d47c648095bac1b3d9b1d288dc 100644 (file)
@@ -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-nginx +libustream-openssl +openssl-util
+LUCI_DEPENDS:=+luci-nginx +nginx-mod-luci-ssl +libustream-openssl +openssl-util
 
 include ../../luci.mk