mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[package] do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16336 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
28df3521d5
commit
40faa2b2ed
@ -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 New Issue
Block a user