summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/patches/001-compile.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-11-30 01:14:17 +0000
committerLuka Perkov <luka@openwrt.org>2014-11-30 01:14:17 +0000
commitc25e55d851a4a5590610b238cb77df92237bfb7e (patch)
tree9f2cf6fd68a5387ac0c75b7707140dd46b8e65f2 /package/boot/uboot-envtools/patches/001-compile.patch
parent5c4f9198bbe94d5ae513e601631393048ecc61b7 (diff)
downloadmaster-31e0f0ae-c25e55d851a4a5590610b238cb77df92237bfb7e.tar.gz
master-31e0f0ae-c25e55d851a4a5590610b238cb77df92237bfb7e.tar.bz2
master-31e0f0ae-c25e55d851a4a5590610b238cb77df92237bfb7e.zip
uboot-envtools: bump to 2014.10
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43433
Diffstat (limited to 'package/boot/uboot-envtools/patches/001-compile.patch')
-rw-r--r--package/boot/uboot-envtools/patches/001-compile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/patches/001-compile.patch b/package/boot/uboot-envtools/patches/001-compile.patch
index 5e038ce729..1705979765 100644
--- a/package/boot/uboot-envtools/patches/001-compile.patch
+++ b/package/boot/uboot-envtools/patches/001-compile.patch
@@ -9,5 +9,5 @@
+endif
+
# Compile for a hosted environment on the target
- HOST_EXTRACFLAGS = $(patsubst -I%,-idirafter%, $(UBOOTINCLUDE)) \
+ HOST_EXTRACFLAGS = $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
-idirafter $(srctree)/tools/env \