summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-05 14:35:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-05 14:35:36 +0000
commit2d463950c38555261a386459a932140a74634a72 (patch)
tree9171b52fffc6594e585e5db082e4d8e8f62f9842 /package
parentdbdfbb4b5d9188ad9165c83d26530e46b52c3a16 (diff)
downloadmaster-31e0f0ae-2d463950c38555261a386459a932140a74634a72.tar.gz
master-31e0f0ae-2d463950c38555261a386459a932140a74634a72.tar.bz2
master-31e0f0ae-2d463950c38555261a386459a932140a74634a72.zip
fix breakage introduced with r18315
SVN-Revision: 18316
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 6590d990ef..f4d59abd91 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -19,6 +19,8 @@ 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/
+PATCH_DIR:=./patches/$(PKG_VERSION)
+
PKG_FIXUP = libtool
include $(INCLUDE_DIR)/package.mk