Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2018-11-14 18:47:17 +0300
committerdengqf6 <dengqf6@mail2.sysu.edu.cn>2018-11-14 18:52:53 +0300
commit355eff6bac47824a6ead67795c225e5f7b0cf43a (patch)
treeb8b01ace39c952515442c5d2aa5565e5c694260b /collections
parente064e5be1a5efbba6f42dea42bc144b6be2a67c5 (diff)
luci-ssl-nginx: fix dependencies
Remove libustream-openssl because Nginx doesn't depend on it. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'collections')
-rw-r--r--collections/luci-ssl-nginx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/luci-ssl-nginx/Makefile b/collections/luci-ssl-nginx/Makefile
index 549c44af11..facae6dbac 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