X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fiptables%2FMakefile;h=1e32022138bc27ae40c2d3ffe3d44fce8061a6f1;hb=9c95941f5d38c160ca6c56ede69b70d3ca229740;hp=b8164458ee78bdbfdc8117fb2a551780bcba4b1b;hpb=92e51ad466c24d9698b0795a1e393cd88beae87b;p=openwrt.git diff --git a/package/iptables/Makefile b/package/iptables/Makefile index b8164458ee..1e32022138 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 @@ -252,7 +247,6 @@ TARGET_CPPFLAGS := \ -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \ $(TARGET_CPPFLAGS) -TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ @@ -365,7 +359,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)))