aboutsummaryrefslogtreecommitdiffstats
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
commit16468dd53bb9eb67a47f6cd25052d5e324c6cf69 (patch)
tree92b0cd3cff209317a952ed28fca7cad9ed27cd8d
parent9b445d097876a256a52140801f112439d101cb47 (diff)
downloadmaster-187ad058-16468dd53bb9eb67a47f6cd25052d5e324c6cf69.tar.gz
master-187ad058-16468dd53bb9eb67a47f6cd25052d5e324c6cf69.tar.bz2
master-187ad058-16468dd53bb9eb67a47f6cd25052d5e324c6cf69.zip
[package] fix breakage introduced with r18315
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18316 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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