summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-05 14:21:05 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-05 14:21:05 +0000
commit498ec579dda3dc8f721ea3b89e57b8118f5e7204 (patch)
tree7b9b90a051918b841ea4b4cabef6ba974091b593 /package
parent1f00501340724f423cb88cb9601d09907a92a09e (diff)
[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')
-rw-r--r--package/iptables/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 1e3202213..6590d990e 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