From d768b7538e9f610a50fed0b3f66f8b4b49a13e8d Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Sat, 31 Jul 2010 11:53:27 +0000
Subject: [PATCH] remove iptables libipq dependency, thanks jow

SVN-Revision: 22438
---
 package/iptables/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 2c5c145bec..f9c96adbdf 100644
--- a/package/iptables/Makefile
+++ b/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
-- 
GitLab