uboot-envtools: bump to 2014.10

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 43433
This commit is contained in:
Luka Perkov
2014-11-30 01:14:17 +00:00
parent 5c4f9198bb
commit c25e55d851
3 changed files with 8 additions and 8 deletions

View File

@@ -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 \

View File

@@ -21,7 +21,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
+endif
+
always := fw_printenv
hostprogs-y := fw_printenv_unstripped
hostprogs-y := fw_printenv
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c