mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
firmware-utils/mkfwimage2: allow to use numbers in partition names
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34729 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1c93dfcd53
commit
cbe537b681
@ -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-9a-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,
|
||||
|
Loading…
Reference in New Issue
Block a user