From 62bf5ee0c4353c0235eb132f3947352d40ca6b87 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 21 May 2013 13:00:28 +0000 Subject: 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 --- package/network/utils/ipset/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index fd48a5d91..d53b044e2 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 -- cgit v1.2.3