From bcb8d8969cf4b9a8d83fce470223e7154a8ad742 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 22 Jul 2018 18:17:58 +0200 Subject: [PATCH] luci: do not depend on uhttpd-mod-ubus We do not need this module at all, yet. Signed-off-by: Jo-Philipp Wich (cherry picked from commit 1602313f5c6c48bca972ba34424bc489ada1929f) --- collections/luci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1