aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/Makefile
diff options
context:
space:
mode:
authorGlen Huang <me@glenhuang.com>2023-05-14 19:13:39 +0800
committerChristian Marangi <ansuelsmth@gmail.com>2023-05-26 13:51:50 +0200
commitf5d7a26531aa0e6fdade9836dfef3450fb007b01 (patch)
treea1b2d5cad6d058f1db0d145ce984eb28f4eee7df /net/nginx/Makefile
parent2aca3fee4b32337e5e906871a6a046b5a03c7ca9 (diff)
nginx: make nginx-mod-luci depend on nginx-ssl
Change dependency from nginx virtual migration package to nginx-ssl for nginx-mod-luci nginx module package. Signed-off-by: Glen Huang <me@glenhuang.com> [ add commit description ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r--net/nginx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile
index bb0b9441e..16dd45fb8 100644
--- a/net/nginx/Makefile
+++ b/net/nginx/Makefile
@@ -295,7 +295,7 @@ define Package/nginx-mod-luci
SUBMENU:=Web Servers/Proxies
TITLE:=Support file for Nginx
URL:=http://nginx.org/
- DEPENDS:=+uwsgi +uwsgi-luci-support +nginx +nginx-mod-ubus
+ DEPENDS:=+uwsgi +uwsgi-luci-support +nginx-ssl +nginx-mod-ubus
# TODO: add PROVIDES when removing nginx-mod-luci-ssl
# PROVIDES:=nginx-mod-luci-ssl
endef