From 355eff6bac47824a6ead67795c225e5f7b0cf43a Mon Sep 17 00:00:00 2001 From: Deng Qingfang Date: Wed, 14 Nov 2018 23:47:17 +0800 Subject: [PATCH] luci-ssl-nginx: fix dependencies Remove libustream-openssl because Nginx doesn't depend on it. Signed-off-by: Deng Qingfang --- collections/luci-ssl-nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/luci-ssl-nginx/Makefile b/collections/luci-ssl-nginx/Makefile index 549c44af1..facae6dba 100644 --- a/collections/luci-ssl-nginx/Makefile +++ b/collections/luci-ssl-nginx/Makefile @@ -16,7 +16,7 @@ LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \ LUCI_DEPENDS:= \ +nginx-ssl +nginx-mod-luci-ssl +luci-mod-admin-full +luci-theme-bootstrap \ +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \ - +rpcd-mod-rrdns +libustream-openssl +openssl-util + +rpcd-mod-rrdns +openssl-util PKG_LICENSE:=Apache-2.0 -- 2.25.1