From 191062a0edc7933f0105608cffb7b9a0cba2f4e2 Mon Sep 17 00:00:00 2001 From: cshore Date: Sun, 28 Nov 2010 22:13:00 +0000 Subject: [PATCH 1/1] [brcm63xx] image Makefile: Corrected router imagename length limiting. Thanks KanjiMonster for reminding me. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24191 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 2671536e8..3f532f0b1 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 -- 2.20.1