mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 01:20:14 +02:00
[package] fix typo in iptables makefile resulting in patches not being applied (#5311)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16392 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c08befad5f
commit
a37a557c2e
@ -20,9 +20,9 @@ PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
|
|||||||
ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
|
ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
|
||||||
|
|
||||||
ifeq ($(CONFIG_EXTERNAL_KERNEL_TREE),)
|
ifeq ($(CONFIG_EXTERNAL_KERNEL_TREE),)
|
||||||
PATCH_DIR:=./patches/$(PKG_VERSION)
|
|
||||||
else
|
|
||||||
PATCH_DIR:=
|
PATCH_DIR:=
|
||||||
|
else
|
||||||
|
PATCH_DIR:=./patches/$(PKG_VERSION)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP = libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user