summaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-05 14:21:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-05 14:21:05 +0000
commitdbdfbb4b5d9188ad9165c83d26530e46b52c3a16 (patch)
tree887309accba74f32668765e4be826226e14d03c0 /package/iptables/Makefile
parentd6072648b87e1b889b058f76d55876b2a78f73f1 (diff)
downloadmaster-31e0f0ae-dbdfbb4b5d9188ad9165c83d26530e46b52c3a16.tar.gz
master-31e0f0ae-dbdfbb4b5d9188ad9165c83d26530e46b52c3a16.tar.bz2
master-31e0f0ae-dbdfbb4b5d9188ad9165c83d26530e46b52c3a16.zip
remove the patch dir hack in iptables when building with an external tree, this did not work at all.
SVN-Revision: 18315
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile6
1 files changed, 0 insertions, 6 deletions
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