From: Glen Huang Date: Sun, 14 May 2023 11:13:39 +0000 (+0800) Subject: nginx: make nginx-mod-luci depend on nginx-ssl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f5d7a26531aa0e6fdade9836dfef3450fb007b01;p=openwrt-packages.git 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 [ add commit description ] Signed-off-by: Christian Marangi --- 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