diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-07-10 18:43:09 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-07-11 14:05:31 +0200 |
commit | 650397a11fb2d8b80c1c0511b803e537ecf5e9fb (patch) | |
tree | 37a7cbe4e3057c0f90d28c3e61b63a9e6a68c8d3 /collections | |
parent | 74affdf6f515073a881c0278fdb6cc5e15d97a6b (diff) |
luci: depend on rpcd-mod-rrdns
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'collections')
-rw-r--r-- | collections/luci/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |