summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-31 11:53:27 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-31 11:53:27 +0000
commitcfbe1dd522ba4bb8d4272a8f1ea28feb8108ce6d (patch)
tree50c1763c334b8cc6ff12cf15fd7c9bdba494188c /package/iptables
parent90bc0986bbdc5e1766a261708e64f12a146fde3c (diff)
[package] remove iptables libipq dependency, thanks jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22438 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 2c5c145be..f9c96adbd 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