From ead5e81c16f970eb38d17dfb12d9492d2f431d65 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 15 Mar 2020 00:24:01 +0100 Subject: [PATCH] luci: depend on uhttpd-mod-ubus Start requiring uhttpd-mod-ubus support to speedup RPC calls. Signed-off-by: Jo-Philipp Wich --- collections/luci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/luci/Makefile b/collections/luci/Makefile index 739eb51bc1..868d72113a 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 -- 2.30.2