reorder mtd partitions on the WRT400N

SVN-Revision: 15829
v19.07.3_mercusys_ac12_duma
Gabor Juhos 15 years ago
parent 9ecc257d2f
commit 2e7a1d95f7

@ -46,10 +46,6 @@ static struct mtd_partition wrt400n_partitions[] = {
} , {
.name = "linux",
.offset = 0x040000,
.size = 0x770000,
} , {
.name = "kernel",
.offset = 0x040000,
.size = 0x140000,
} , {
.name = "rootfs",
@ -75,6 +71,10 @@ static struct mtd_partition wrt400n_partitions[] = {
.offset = 0x7f0000,
.size = 0x010000,
.mask_flags = MTD_WRITEABLE,
} , {
.name = "firmware",
.offset = 0x040000,
.size = 0x770000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */

Loading…
Cancel
Save