diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-07-31 11:53:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-07-31 11:53:27 +0000 |
commit | e711f8d584b48727e5334443c60c66aa622bbaa9 (patch) | |
tree | 50c1763c334b8cc6ff12cf15fd7c9bdba494188c | |
parent | 142bee6849ea28c55e7698bd95ecb27ae9e7dc3b (diff) | |
download | upstream-e711f8d584b48727e5334443c60c66aa622bbaa9.tar.gz upstream-e711f8d584b48727e5334443c60c66aa622bbaa9.tar.bz2 upstream-e711f8d584b48727e5334443c60c66aa622bbaa9.zip |
[package] remove iptables libipq dependency, thanks jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22438 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/iptables/Makefile | 2 |
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 |