summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-11-24 11:06:13 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-11-24 11:06:13 +0000
commit195d1d74469f5050c028d82678241bac49a6c697 (patch)
treed8c4d9bbaceec142c16822e1596f9560176b8dba /target/linux
parent21c8d63505881609c5b7f04d8e8d97ce210b7985 (diff)
downloadmaster-31e0f0ae-195d1d74469f5050c028d82678241bac49a6c697.tar.gz
master-31e0f0ae-195d1d74469f5050c028d82678241bac49a6c697.tar.bz2
master-31e0f0ae-195d1d74469f5050c028d82678241bac49a6c697.zip
image Makefile: Removed extraneous tab from Image/LimitName16 macro definition. The solves the strange whitespace in front of the image name in the info1 section
SVN-Revision: 24127
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/brcm63xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile
index 64711383cc..be96a5f16a 100644
--- a/target/linux/brcm63xx/image/Makefile
+++ b/target/linux/brcm63xx/image/Makefile
@@ -28,7 +28,7 @@ define trxalign/squashfs
endef
define Image/LimitName16
- $(shell expr substr $(1) 1 16)
+$(shell expr substr "$(1)" 1 $$(expr length "$(1)"))
endef
define Image/Build/CFE