X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/14e55e3c98418b26850429c473c557c59f6bf9e6..acdd34f57584fa4563b419a23567a6ced6f4202b:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 573579ab0..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 @@ -247,7 +243,6 @@ TARGET_CPPFLAGS := \ -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \ $(TARGET_CPPFLAGS) -TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-shared \ --enable-static \