From 0e43e71159f1febb4926a4f4d56c60edc2cf0ebd Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 3 Oct 2009 23:51:10 +0000 Subject: remove ipset support from core, it is now provided by xtables-addons from the packages feed SVN-Revision: 17844 --- package/iptables/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'package/iptables') diff --git a/package/iptables/Makefile b/package/iptables/Makefile index b8164458ee..573579ab00 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -207,11 +207,6 @@ define Package/iptables-mod-extra/description - libipt_NOTRACK endef -define Package/iptables-mod-ipset -$(call Package/iptables/Module, +kmod-ipt-ipset) - TITLE:=IPset extension -endef - define Package/iptables-utils $(call Package/iptables/Module, ) TITLE:=iptables save and restore utilities @@ -365,7 +360,6 @@ $(eval $(call BuildPackage,iptables-utils)) $(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m))) $(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m))) $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m))) -$(eval $(call BuildPlugin,iptables-mod-ipset,$(IPT_IPSET-m))) $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL))) $(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m))) $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m))) -- cgit v1.2.3