projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
314bce6
)
image Makefile: Corrected router imagename length limiting. Thanks KanjiMonster for...
author
Daniel Dickinson
<
[email protected]
>
Sun, 28 Nov 2010 22:13:00 +0000
(22:13 +0000)
committer
Daniel Dickinson
<
[email protected]
>
Sun, 28 Nov 2010 22:13:00 +0000
(22:13 +0000)
SVN-Revision: 24191
target/linux/brcm63xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm63xx/image/Makefile
b/target/linux/brcm63xx/image/Makefile
index 2671536e8425accdda5b463cda9483ac33eea7e9..3f532f0b1d754f7c6cd1e9ffaab729be00cfc6dd 100644
(file)
--- 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