X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/e54be17dce4b377a5c98e9336fa8401eb38b2989..9fdb87c88819de663ea208016020b26ca484e872:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index dfe7cac24..05e694359 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -20,7 +20,7 @@ endif ifeq ($(CONFIG_LINUX_2_6),y) PKG_VERSION:=1.4.1.1 - PKG_RELEASE:=1 + PKG_RELEASE:=2 PKG_MD5SUM:=723fa88d8a0915e184f99e03e9bf06cb endif @@ -102,7 +102,7 @@ endef define Package/iptables-mod-filter/description iptables extensions for packet content inspection. Includes: - - libipt_ipp2p + - libipt_string - libipt_layer7 endef @@ -211,9 +211,6 @@ define Package/iptables-mod-extra/description - libipt_recent - iptable_raw - libipt_NOTRACK - - libipt_TARPIT - - libipt_DELUDE - - libipt_CHAOS endef define Package/iptables-mod-ipset @@ -254,8 +251,12 @@ ifeq ($(KERNEL),2.4) endef endif +TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS) TARGET_CFLAGS += $(FPIC) -CONFIGURE_ARGS += --enable-devel --with-xtlibdir=/usr/lib/iptables +CONFIGURE_ARGS += \ + --enable-devel \ + --with-kernel="$(LINUX_DIR)" \ + --with-xtlibdir=/usr/lib/iptables define Build/Compile mkdir -p $(PKG_INSTALL_DIR)