mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ar71xx] reorder mtd partitions on the WRT400N
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15829 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -46,10 +46,6 @@ static struct mtd_partition wrt400n_partitions[] = {
|
|||||||
} , {
|
} , {
|
||||||
.name = "linux",
|
.name = "linux",
|
||||||
.offset = 0x040000,
|
.offset = 0x040000,
|
||||||
.size = 0x770000,
|
|
||||||
} , {
|
|
||||||
.name = "kernel",
|
|
||||||
.offset = 0x040000,
|
|
||||||
.size = 0x140000,
|
.size = 0x140000,
|
||||||
} , {
|
} , {
|
||||||
.name = "rootfs",
|
.name = "rootfs",
|
||||||
@@ -75,6 +71,10 @@ static struct mtd_partition wrt400n_partitions[] = {
|
|||||||
.offset = 0x7f0000,
|
.offset = 0x7f0000,
|
||||||
.size = 0x010000,
|
.size = 0x010000,
|
||||||
.mask_flags = MTD_WRITEABLE,
|
.mask_flags = MTD_WRITEABLE,
|
||||||
|
} , {
|
||||||
|
.name = "firmware",
|
||||||
|
.offset = 0x040000,
|
||||||
|
.size = 0x770000,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_MTD_PARTITIONS */
|
#endif /* CONFIG_MTD_PARTITIONS */
|
||||||
|
|||||||
Reference in New Issue
Block a user