projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d607264
)
remove the patch dir hack in iptables when building with an external tree, this did...
author
Florian Fainelli
<florian@openwrt.org>
Thu, 5 Nov 2009 14:21:05 +0000
(14:21 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 5 Nov 2009 14:21:05 +0000
(14:21 +0000)
SVN-Revision: 18315
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index 1e32022138bc27ae40c2d3ffe3d44fce8061a6f1..6590d990ef6a1a3bcc882dd27aba41ee0005cbb2 100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-19,12
+19,6
@@
PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
-ifeq ($(CONFIG_EXTERNAL_KERNEL_TREE),)
-PATCH_DIR:=
-else
-PATCH_DIR:=./patches/$(PKG_VERSION)
-endif
-
PKG_FIXUP = libtool
include $(INCLUDE_DIR)/package.mk