From: Steven Barth Date: Mon, 26 Jan 2009 13:59:45 +0000 (+0000) Subject: Remove dependency between luci-admin-full and firewall on user request X-Git-Tag: 0.9.0~725 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=35d66fb98d2785ae83dc8b9ce76a2cea1bb0ddc7;hp=9e1f802dced46f10c0da7e6acccc1975a59445ed;ds=inline Remove dependency between luci-admin-full and firewall on user request --- 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