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:
9e1f802
)
Remove dependency between luci-admin-full and firewall on user request
author
Steven Barth
<steven@midlink.org>
Mon, 26 Jan 2009 13:59:45 +0000
(13:59 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 26 Jan 2009 13:59:45 +0000
(13:59 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index c7571d83149cbf688a575655a692e30b77a128b6..32748209100afe2541f921607759bd56c251aba3 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-306,7
+306,7
@@
endef
define Package/luci-admin-full
$(call Package/luci/webtemplate)
- DEPENDS+=+luci-admin-core +luci-ipkg
+PACKAGE_luci-admin-full:iptables +PACKAGE_luci-admin-full:firewall +luci-app-firewall
+ DEPENDS+=+luci-admin-core +luci-ipkg
TITLE:=LuCI Administration - full-featured for full control
endef