mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-31 18:57:29 +03:00
ramips: update partition map for DIR-300-B1
Patch by Layne Edwards from #9252. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27384 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f65d6ac4d9
commit
db3a7e64a2
@ -51,15 +51,15 @@ static struct mtd_partition dir_300b_partitions[] = {
|
|||||||
}, {
|
}, {
|
||||||
.name = "kernel",
|
.name = "kernel",
|
||||||
.offset = 0x050000,
|
.offset = 0x050000,
|
||||||
.size = 0x0f0000,
|
.size = 0x0d0000,
|
||||||
}, {
|
}, {
|
||||||
.name = "rootfs",
|
.name = "rootfs",
|
||||||
.offset = 0x140000,
|
.offset = 0x120000,
|
||||||
.size = 0x2B0000,
|
.size = 0x2e0000,
|
||||||
}, {
|
}, {
|
||||||
.name = "firmware",
|
.name = "firmware",
|
||||||
.offset = 0x050000,
|
.offset = 0x050000,
|
||||||
.size = 0x3a0000,
|
.size = 0x3b0000,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_MTD_PARTITIONS */
|
#endif /* CONFIG_MTD_PARTITIONS */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user