From: Florian Fainelli Date: Tue, 9 Jun 2009 07:54:46 +0000 (+0000) Subject: fix typo in iptables makefile resulting in patches not being applied (#5311) X-Git-Tag: reboot~23239 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=67a444c46246f44cc1bf4229c563e2d03004e07f;p=openwrt%2Fopenwrt.git fix typo in iptables makefile resulting in patches not being applied (#5311) SVN-Revision: 16392 --- 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