diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-09 07:54:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-09 07:54:46 +0000 |
commit | 299553a26d60ad7596ba052ce288dc13faf0ee2c (patch) | |
tree | 05f9f237eb740042bcace63a93acce96608c8ebe /package/iptables | |
parent | 114f4d0023a6b07a15bb6ec6e78fd4457caed541 (diff) | |
download | master-187ad058-299553a26d60ad7596ba052ce288dc13faf0ee2c.tar.gz master-187ad058-299553a26d60ad7596ba052ce288dc13faf0ee2c.tar.bz2 master-187ad058-299553a26d60ad7596ba052ce288dc13faf0ee2c.zip |
[package] fix typo in iptables makefile resulting in patches not being applied (#5311)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16392 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 1879454c6d..1c98b0314c 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -20,9 +20,9 @@ PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ ifeq ($(CONFIG_EXTERNAL_KERNEL_TREE),) -PATCH_DIR:=./patches/$(PKG_VERSION) -else PATCH_DIR:= +else +PATCH_DIR:=./patches/$(PKG_VERSION) endif PKG_FIXUP = libtool |