summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image/Makefile
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:13:00 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:13:00 +0000
commit9677b65cb679446b1a435bc63b9506618d9e9707 (patch)
tree07a57fdb8609a2a672b12db86c2e3eba795bf108 /target/linux/brcm63xx/image/Makefile
parent314bce63e6a510e0b47c70c72293a1a094a7cac7 (diff)
downloadmtk-20170518-9677b65cb679446b1a435bc63b9506618d9e9707.zip
mtk-20170518-9677b65cb679446b1a435bc63b9506618d9e9707.tar.gz
mtk-20170518-9677b65cb679446b1a435bc63b9506618d9e9707.tar.bz2
image Makefile: Corrected router imagename length limiting. Thanks KanjiMonster for reminding me.
SVN-Revision: 24191
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-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 2671536..3f532f0 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 $$(expr length "$(1)"))
+$(shell expr substr "$(1)" 1 16)
endef
define Image/Build/CFE