Remove dependency between luci-admin-full and firewall on user request

This commit is contained in:
Steven Barth 2009-01-26 13:59:45 +00:00
parent 9e1f802dce
commit 35d66fb98d

View file

@ -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