From 650397a11fb2d8b80c1c0511b803e537ecf5e9fb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 10 Jul 2017 18:43:09 +0200 Subject: [PATCH] luci: depend on rpcd-mod-rrdns Signed-off-by: Jo-Philipp Wich --- collections/luci/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collections/luci/Makefile b/collections/luci/Makefile index 6f6c3a989..9b495c318 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -12,7 +12,8 @@ LUCI_BASENAME:=luci LUCI_TITLE:=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 \ - +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 + +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 \ + +rpcd-mod-rrdns PKG_LICENSE:=Apache-2.0 -- 2.11.0