summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-01-26 13:59:45 +0000
committerSteven Barth <steven@midlink.org>2009-01-26 13:59:45 +0000
commit35d66fb98d2785ae83dc8b9ce76a2cea1bb0ddc7 (patch)
tree27393103c3f08d655beae139e72b9f493729eca2 /contrib
parent9e1f802dced46f10c0da7e6acccc1975a59445ed (diff)
Remove dependency between luci-admin-full and firewall on user request
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index c7571d831..327482091 100644
--- 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