mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 06:55:31 +02:00
ramips: consistently use 'firmware' name for sysupgrade partitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27383 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
45b5e79de8
commit
f65d6ac4d9
@ -60,7 +60,7 @@ static struct mtd_partition rt_n15_partitions[] = {
|
||||
.offset = 0x100000,
|
||||
.size = 0x300000,
|
||||
}, {
|
||||
.name = "openwrt",
|
||||
.name = "firmware",
|
||||
.offset = 0x050000,
|
||||
.size = 0x3b0000,
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ static struct mtd_partition dir_300b_partitions[] = {
|
||||
.offset = 0x140000,
|
||||
.size = 0x2B0000,
|
||||
}, {
|
||||
.name = "openwrt",
|
||||
.name = "firmware",
|
||||
.offset = 0x050000,
|
||||
.size = 0x3a0000,
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ static struct mtd_partition fonera20n_partitions[] = {
|
||||
.offset = 0x150000,
|
||||
.size = 0x6b0000,
|
||||
}, {
|
||||
.name = "openwrt",
|
||||
.name = "firmware",
|
||||
.offset = 0x050000,
|
||||
.size = 0x7b0000,
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ static struct mtd_partition pwh2004_partitions[] = {
|
||||
.offset = 0x050000,
|
||||
.size = 0x7b0000,
|
||||
}, {
|
||||
.name = "openwrt",
|
||||
.name = "firmware",
|
||||
.offset = 0x050000,
|
||||
.size = 0x7b0000,
|
||||
}
|
||||
|
@ -55,7 +55,7 @@ static struct mtd_partition v22rw_2x2_partitions[] = {
|
||||
.offset = 0x150000,
|
||||
.size = 0x2b0000,
|
||||
}, {
|
||||
.name = "openwrt",
|
||||
.name = "firmware",
|
||||
.offset = 0x050000,
|
||||
.size = 0x3b0000,
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ static struct mtd_partition whr_g300n_partitions[] = {
|
||||
.offset = 0x3f0000,
|
||||
.size = 0x010000,
|
||||
}, {
|
||||
.name = "openwrt",
|
||||
.name = "firmware",
|
||||
.offset = 0x050000,
|
||||
.size = 0x3a0000,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user