do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE

SVN-Revision: 16336
master
Florian Fainelli 15 years ago
parent 8f84508c25
commit d861885cbf
  1. 4
      package/iptables/Makefile

@ -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…
Cancel
Save