From: Daniel Dickinson Date: Wed, 24 Nov 2010 11:06:13 +0000 (+0000) Subject: image Makefile: Removed extraneous tab from Image/LimitName16 macro definition. The... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=195d1d74469f5050c028d82678241bac49a6c697;p=openwrt%2Fstaging%2Fthess.git 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 --- 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