Browse Source

remove iptables libipq dependency, thanks jow

SVN-Revision: 22438
Florian Fainelli 15 years ago
parent
commit
d768b7538e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/iptables/Makefile

+ 1 - 1
package/iptables/Makefile

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