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 | 9b445d097876a256a52140801f112439d101cb47 (patch) | |
tree | 7b9b90a051918b841ea4b4cabef6ba974091b593 /package/iptables | |
parent | c63c87060ec7a090c236cd93514d59d6a8279c79 (diff) | |
download | upstream-9b445d097876a256a52140801f112439d101cb47.tar.gz upstream-9b445d097876a256a52140801f112439d101cb47.tar.bz2 upstream-9b445d097876a256a52140801f112439d101cb47.zip |
[package] remove the patch dir hack in iptables when building with an
external tree, this did not work at all.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18315 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-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 |