diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-06 15:59:40 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-06 16:00:33 +0200 |
commit | a7083780de7c9a52feea80b2d6cee6781e3193f3 (patch) | |
tree | 1a8d4f55f97a176ce294038692c9a7a3e8929608 /collections | |
parent | 6fb24acb38eb304d0c56ac2d0cd56be901ca6b7c (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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |