aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-07-31 11:53:27 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-07-31 11:53:27 +0000
commite711f8d584b48727e5334443c60c66aa622bbaa9 (patch)
tree50c1763c334b8cc6ff12cf15fd7c9bdba494188c /package/iptables
parent142bee6849ea28c55e7698bd95ecb27ae9e7dc3b (diff)
downloadmaster-187ad058-e711f8d584b48727e5334443c60c66aa622bbaa9.tar.gz
master-187ad058-e711f8d584b48727e5334443c60c66aa622bbaa9.tar.bz2
master-187ad058-e711f8d584b48727e5334443c60c66aa622bbaa9.zip
[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 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