From: Jo-Philipp Wich Date: Wed, 6 May 2015 13:59:40 +0000 (+0200) Subject: collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=a7083780de7c9a52feea80b2d6cee6781e3193f3 collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled Signed-off-by: Jo-Philipp Wich --- diff --git a/collections/luci/Makefile b/collections/luci/Makefile index ace4735a0..4625c95f2 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -12,7 +12,7 @@ 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 + +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +IPV6:luci-proto-ipv6 include ../../luci.mk