From: Daniel Dickinson Date: Sun, 28 Nov 2010 22:13:00 +0000 (+0000) Subject: [brcm63xx] image Makefile: Corrected router imagename length limiting. Thanks KanjiM... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=efd1a8accedc21813668de5ad9a8c868b1cd839c;ds=sidebyside [brcm63xx] image Makefile: Corrected router imagename length limiting. Thanks KanjiMonster for reminding me. SVN-Revision: 24191 --- diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 2671536e84..3f532f0b1d 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