X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fiptables%2FMakefile;h=573579ab0042adf6ae21d5b922cc133255e9addf;hp=b8164458ee78bdbfdc8117fb2a551780bcba4b1b;hb=0e43e71159f1febb4926a4f4d56c60edc2cf0ebd;hpb=c9b0c63f0758f9d0f96846f0cdac3f167ba22b36 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)))