diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-03 23:51:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-03 23:51:10 +0000 |
commit | 15a54116650a302bbb3c1ac0c72bb830a3a9c032 (patch) | |
tree | f601d4a279252ccd44a732bed871dc3d590be61a /package/iptables/Makefile | |
parent | 288135971920592d9b3bc7c22c080fe43d88cdd4 (diff) | |
download | upstream-15a54116650a302bbb3c1ac0c72bb830a3a9c032.tar.gz upstream-15a54116650a302bbb3c1ac0c72bb830a3a9c032.tar.bz2 upstream-15a54116650a302bbb3c1ac0c72bb830a3a9c032.zip |
remove ipset support from core, it is now provided by xtables-addons from the packages feed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17844 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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))) |