diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-03-15 00:24:01 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-03-15 00:31:38 +0100 |
commit | ead5e81c16f970eb38d17dfb12d9492d2f431d65 (patch) | |
tree | 0ff81a1bef810234f955da0f73068e68453abc8b /collections | |
parent | 0c9aeaf289d5b45cf6a3e588e247606f3d2f7804 (diff) |
luci: depend on uhttpd-mod-ubus
Start requiring uhttpd-mod-ubus support to speedup RPC calls.
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 739eb51bc..868d72113 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 +luci-mod-admin-full +luci-theme-bootstrap \ + +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \ +luci-app-firewall +luci-app-opkg +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \ +rpcd-mod-rrdns |