From: Steven Barth Date: Mon, 26 Jan 2009 14:00:04 +0000 (+0000) Subject: Remove dependency between luci-admin-full and firewall on user request X-Git-Tag: 0.8.5~29 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=a7acecc2f73b31c4bcacfcc79ec94b96435ac248 Remove dependency between luci-admin-full and firewall on user request --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index d7066fb49..3a029dd08 100644 --- 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