remove iptables libipq dependency, thanks jow
authorFlorian Fainelli <florian@openwrt.org>
Sat, 31 Jul 2010 11:53:27 +0000 (11:53 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 31 Jul 2010 11:53:27 +0000 (11:53 +0000)
SVN-Revision: 22438

package/iptables/Makefile

index 2c5c145bec54e549258bb8ef81639ce9af6f53e2..f9c96adbdfb85de2442954a01956be863f0b84d9 100644 (file)
@@ -44,7 +44,7 @@ define Package/iptables
 $(call Package/iptables/Default)
   TITLE:=IPv4 firewall administration tool
   MENU:=1
-  DEPENDS+= +kmod-ipt-core +libiptc +libxtables +libipq
+  DEPENDS+= +kmod-ipt-core +libiptc +libxtables
 endef
 
 define Package/iptables/description