aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-05-21 13:00:28 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-05-21 13:00:28 +0000
commitdc6ea761b5446ea62be1690ad045bcac451be1f6 (patch)
tree5cd5b9dd537caef1efe87a81f71594cf762eb34f /package/network/utils
parent557bb37cc119c81fd8a9f7edd47d2c6ab062c953 (diff)
downloadmaster-187ad058-dc6ea761b5446ea62be1690ad045bcac451be1f6.tar.gz
master-187ad058-dc6ea761b5446ea62be1690ad045bcac451be1f6.tar.bz2
master-187ad058-dc6ea761b5446ea62be1690ad045bcac451be1f6.zip
ipset: remove dependency on iptables-mod-ipset - technically it does not depend on it and the iptables matches are now part of the base
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-rw-r--r--package/network/utils/ipset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile
index fd48a5d913..d53b044e26 100644
--- a/package/network/utils/ipset/Makefile
+++ b/package/network/utils/ipset/Makefile
@@ -31,7 +31,7 @@ define Package/ipset
$(call Package/ipset/Default)
SECTION:=net
CATEGORY:=Network
- DEPENDS+= +iptables-mod-ipset +kmod-ipt-ipset +libmnl
+ DEPENDS+= +kmod-ipt-ipset +libmnl
TITLE:=IPset administration utility
URL:=http://ipset.netfilter.org/
endef