From: Florian Fainelli Date: Thu, 5 Nov 2009 14:21:05 +0000 (+0000) Subject: remove the patch dir hack in iptables when building with an external tree, this did... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dbdfbb4b5d9188ad9165c83d26530e46b52c3a16;p=lede.git remove the patch dir hack in iptables when building with an external tree, this did not work at all. SVN-Revision: 18315 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 1e32022138..6590d990ef 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -19,12 +19,6 @@ 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 include $(INCLUDE_DIR)/package.mk