From a7083780de7c9a52feea80b2d6cee6781e3193f3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 6 May 2015 15:59:40 +0200 Subject: [PATCH] collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled Signed-off-by: Jo-Philipp Wich --- collections/luci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0