projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4063d0c
)
fix typo in iptables makefile resulting in patches not being applied (#5311)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 9 Jun 2009 07:54:46 +0000
(07:54 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 9 Jun 2009 07:54:46 +0000
(07:54 +0000)
SVN-Revision: 16392
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index 1879454c6d757bfe880257f0b228b1d2e5b61ee9..1c98b0314c04c654d334e723f9081a794e086be9 100644
(file)
--- 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