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:
parent
2aca3fee4b
commit
f5d7a26531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue