From 6eec8009bac673b44f502f8272a43da979b48d7d Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Tue, 21 May 2013 13:00:28 +0000
Subject: [PATCH] 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
---
 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 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
-- 
GitLab