mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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>
This commit is contained in:
committed by
Christian Marangi
parent
2aca3fee4b
commit
f5d7a26531
@@ -295,7 +295,7 @@ define Package/nginx-mod-luci
|
|||||||
SUBMENU:=Web Servers/Proxies
|
SUBMENU:=Web Servers/Proxies
|
||||||
TITLE:=Support file for Nginx
|
TITLE:=Support file for Nginx
|
||||||
URL:=http://nginx.org/
|
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
|
# TODO: add PROVIDES when removing nginx-mod-luci-ssl
|
||||||
# PROVIDES:=nginx-mod-luci-ssl
|
# PROVIDES:=nginx-mod-luci-ssl
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user