Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-06 16:59:40 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-05-06 17:00:33 +0300
commita7083780de7c9a52feea80b2d6cee6781e3193f3 (patch)
tree1a8d4f55f97a176ce294038692c9a7a3e8929608 /collections
parent6fb24acb38eb304d0c56ac2d0cd56be901ca6b7c (diff)
collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'collections')
-rw-r--r--collections/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/luci/Makefile b/collections/luci/Makefile
index ace4735a03..4625c95f24 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