projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb24ac
)
collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 6 May 2015 13:59:40 +0000
(15:59 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 6 May 2015 14:00:33 +0000
(16:00 +0200)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
collections/luci/Makefile
patch
|
blob
|
history
diff --git
a/collections/luci/Makefile
b/collections/luci/Makefile
index ace4735a030a3ddb201129a5575b14b4792d4144..4625c95f240e391e801410cbda1b7db4b9ba9cbd 100644
(file)
--- 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