diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-10-26 23:41:33 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-10-26 23:41:33 +0200 |
commit | 32603718e8f81de63ac125554ca73bfa338754a0 (patch) | |
tree | cbc409093b208867b6afb90df3b3b0a145980448 /collections/luci-ssl-nginx | |
parent | 67e4e43090911147e05baa575c7c393aa3cda232 (diff) |
luci-ssl-nginx: drop libiwinfo-lua dependency
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'collections/luci-ssl-nginx')
-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 63aaebba88..0289ac8001 100644 --- a/collections/luci-ssl-nginx/Makefile +++ b/collections/luci-ssl-nginx/Makefile @@ -15,7 +15,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-app-opkg +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \ + +luci-app-firewall +luci-app-opkg +luci-proto-ppp +IPV6:luci-proto-ipv6 \ +rpcd-mod-rrdns +openssl-util PKG_LICENSE:=Apache-2.0 |