From 67a444c46246f44cc1bf4229c563e2d03004e07f Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 9 Jun 2009 07:54:46 +0000
Subject: fix typo in iptables makefile resulting in patches not being applied
 (#5311)

SVN-Revision: 16392
---
 package/iptables/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 1879454..1c98b03 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
-- 
cgit v1.1