X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/edab4309b6d825d7bf0a9516d13ee8d1acda8eaa..acdd34f57584fa4563b419a23567a6ced6f4202b:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 818e686d4..f4d59abd9 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -19,11 +19,7 @@ PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ -ifeq ($(CONFIG_EXTERNAL_KERNEL_TREE),) -PATCH_DIR:= -else PATCH_DIR:=./patches/$(PKG_VERSION) -endif PKG_FIXUP = libtool @@ -207,11 +203,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 @@ -247,8 +238,11 @@ define Package/libxtables endef -TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS) -TARGET_CFLAGS += $(FPIC) +TARGET_CPPFLAGS := \ + -I$(PKG_BUILD_DIR)/include \ + -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \ + $(TARGET_CPPFLAGS) + CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ @@ -361,7 +355,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)))