1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE

SVN-Revision: 16336
This commit is contained in:
Florian Fainelli 2009-06-04 13:14:00 +00:00
parent 8f84508c25
commit d861885cbf

View File

@ -19,7 +19,11 @@ 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:=./patches/$(PKG_VERSION)
else
PATCH_DIR:=
endif
PKG_FIXUP = libtool