diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2010-11-28 22:13:00 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2010-11-28 22:13:00 +0000 |
commit | 9b5364abf24b5476a869884dbe1cfa305cc81b68 (patch) | |
tree | 0cccc59638169b261643e31a834969b1a5a26170 /target/linux/brcm63xx | |
parent | 0c4e2c5526f4d05fcaddbb160fb2c44a272fd806 (diff) | |
download | master-187ad058-9b5364abf24b5476a869884dbe1cfa305cc81b68.tar.gz master-187ad058-9b5364abf24b5476a869884dbe1cfa305cc81b68.tar.bz2 master-187ad058-9b5364abf24b5476a869884dbe1cfa305cc81b68.zip |
[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
Diffstat (limited to 'target/linux/brcm63xx')
-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 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 |