diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-24 11:06:13 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-24 11:06:13 +0000 |
commit | 0760ba4d65d581475ed46d86c4e6cf5a7674e83b (patch) | |
tree | e01384b57c6f79fa3d6301ff1d896ee151297681 /target/linux/brcm63xx/image/Makefile | |
parent | ed0adccdff830edd942edcb55bcc16456f039ddb (diff) |
[brcm63xx] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24127 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 64711383c..be96a5f16 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 |