diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-12-11 06:56:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 06:56:35 +0100 |
commit | b94be57affcbb8eeb7f2f6a3561ebeccaa40cf6f (patch) | |
tree | 9adeeaef3fd357d1ad40e5a6a7dc603c593c24d9 | |
parent | 8649e5b4c6665e64a306c729ed5db48e2078c3ab (diff) | |
parent | 355eff6bac47824a6ead67795c225e5f7b0cf43a (diff) |
Merge pull request #2285 from dengqf6/luci-ssl-nginx
luci-ssl-nginx: fix dependencies
-rw-r--r-- | collections/luci-ssl-nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |