diff options
-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 |