mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
fix typo in iptables makefile resulting in patches not being applied (#5311)
SVN-Revision: 16392
This commit is contained in:
parent
4063d0c93f
commit
67a444c462
@ -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