Remove dependency between luci-admin-full and firewall on user request
authorSteven Barth <steven@midlink.org>
Mon, 26 Jan 2009 13:59:45 +0000 (13:59 +0000)
committerSteven Barth <steven@midlink.org>
Mon, 26 Jan 2009 13:59:45 +0000 (13:59 +0000)
contrib/package/luci/Makefile

index c7571d8..3274820 100644 (file)
@@ -306,7 +306,7 @@ endef
 
 define Package/luci-admin-full
   $(call Package/luci/webtemplate)
 
 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
 
   TITLE:=LuCI Administration - full-featured for full control
 endef