diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-05 14:21:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-05 14:21:05 +0000 |
commit | dbdfbb4b5d9188ad9165c83d26530e46b52c3a16 (patch) | |
tree | 887309accba74f32668765e4be826226e14d03c0 /package | |
parent | d6072648b87e1b889b058f76d55876b2a78f73f1 (diff) | |
download | upstream-dbdfbb4b5d9188ad9165c83d26530e46b52c3a16.tar.gz upstream-dbdfbb4b5d9188ad9165c83d26530e46b52c3a16.tar.bz2 upstream-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')
-rw-r--r-- | package/iptables/Makefile | 6 |
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 |