diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-22 18:17:58 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-22 18:17:58 +0200 |
commit | 1602313f5c6c48bca972ba34424bc489ada1929f (patch) | |
tree | 5504cd376b25996087a75aad7f6beb7aac41285f /collections | |
parent | e987c7e069b820e5eb6956c166a3cda3822054b6 (diff) |
luci: do not depend on uhttpd-mod-ubus
We do not need this module at all, yet.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'collections')
-rw-r--r-- | collections/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/luci/Makefile b/collections/luci/Makefile index 3c765c396..c3174e8b9 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -12,7 +12,7 @@ LUCI_BASENAME:=luci LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default) LUCI_DESCRIPTION:=Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme LUCI_DEPENDS:= \ - +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \ + +uhttpd +luci-mod-admin-full +luci-theme-bootstrap \ +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \ +rpcd-mod-rrdns |