From: Jo-Philipp Wich Date: Tue, 21 May 2013 13:00:28 +0000 (+0000) Subject: ipset: remove dependency on iptables-mod-ipset - technically it does not depend on... X-Git-Tag: reboot~10395 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6eec8009bac673b44f502f8272a43da979b48d7d;p=openwrt%2Fstaging%2Fxback.git 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 --- 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