projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abbd187
)
firmware-utils/mkfwimage2: allow to use numbers in partition names
author
Gabor Juhos
<juhosg@openwrt.org>
Mon, 17 Dec 2012 12:28:15 +0000
(12:28 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Mon, 17 Dec 2012 12:28:15 +0000
(12:28 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34729
tools/firmware-utils/src/mkfwimage2.c
patch
|
blob
|
history
diff --git
a/tools/firmware-utils/src/mkfwimage2.c
b/tools/firmware-utils/src/mkfwimage2.c
index ee09abba1aec34124eaf0cf76a25d12402f33cbb..993c3d44ed9e81fe49b4a09629387851b57477ea 100644
(file)
--- a/
tools/firmware-utils/src/mkfwimage2.c
+++ b/
tools/firmware-utils/src/mkfwimage2.c
@@
-212,7
+212,7
@@
static int image_layout_add_partition(const char *part_desc)
}
d = &im.parts[im.part_count];
- t = sscanf(part_desc, "%15[a-zA-Z]:%15[0-9a-fA-Fx]:%15[0-9a-fA-Fx]:%15[0-9a-fA-Fx]:%15[0-9a-fA-Fx]:%256s",
+ t = sscanf(part_desc, "%15[
0-9
a-zA-Z]:%15[0-9a-fA-Fx]:%15[0-9a-fA-Fx]:%15[0-9a-fA-Fx]:%15[0-9a-fA-Fx]:%256s",
d->partition_name,
offset,
length,