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 | 67a444c46246f44cc1bf4229c563e2d03004e07f (patch) | |
tree | 213c63eb2a29e89b95030f77dee340cbace92940 /package/iptables | |
parent | 4063d0c93f6f788210eb86cfe7dcaae03cc79673 (diff) | |
download | upstream-67a444c46246f44cc1bf4229c563e2d03004e07f.tar.gz upstream-67a444c46246f44cc1bf4229c563e2d03004e07f.tar.bz2 upstream-67a444c46246f44cc1bf4229c563e2d03004e07f.zip |
fix typo in iptables makefile resulting in patches not being applied (#5311)
SVN-Revision: 16392
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 |