do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
SVN-Revision: 16336
This commit is contained in:
parent
8f84508c25
commit
d861885cbf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue