From: Jo-Philipp Wich Date: Mon, 10 Jul 2017 16:43:09 +0000 (+0200) Subject: luci: depend on rpcd-mod-rrdns X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=650397a11fb2d8b80c1c0511b803e537ecf5e9fb;hp=74affdf6f515073a881c0278fdb6cc5e15d97a6b luci: depend on rpcd-mod-rrdns Signed-off-by: Jo-Philipp Wich --- 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