Browse Source

ipset: remove dependency on iptables-mod-ipset - technically it does not depend on it and the iptables matches are now part of the base

SVN-Revision: 36685
Jo-Philipp Wich 12 years ago
parent
commit
6eec8009ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/utils/ipset/Makefile

+ 1 - 1
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