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
This commit is contained in:
Jo-Philipp Wich 2013-05-21 13:00:28 +00:00
parent 9b6c31d4cc
commit 6eec8009ba

View File

@ -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