projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[brcm63xx] image Makefile: Corrected router imagename length limiting. Thanks KanjiM...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
image
/
Makefile
diff --git
a/target/linux/brcm63xx/image/Makefile
b/target/linux/brcm63xx/image/Makefile
index
2671536
..
3f532f0
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
This page took
0.020591 seconds
and
4
git commands to generate.