projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f989337
)
Remove dependency between luci-admin-full and firewall on user request
author
Steven Barth
<steven@midlink.org>
Mon, 26 Jan 2009 14:00:04 +0000
(14:00 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 26 Jan 2009 14:00:04 +0000
(14:00 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index d7066fb49b02da6af25b161f62a5d73c774e626d..3a029dd0877731e9b4425bf26b43c453cfac7067 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-305,7
+305,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