mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:48:27 +02:00
adjust the rootfs partiton size to 512MB
This commit is contained in:
parent
f88bb014e1
commit
f1c4962401
@ -94,11 +94,11 @@ static struct mtd_partition qi_lb60_partitions_2gb[] = {
|
|||||||
},
|
},
|
||||||
{ .name = "NAND ROOTFS partition",
|
{ .name = "NAND ROOTFS partition",
|
||||||
.offset = 8 * 0x100000,
|
.offset = 8 * 0x100000,
|
||||||
.size = 256 * 0x100000,
|
.size = 512 * 0x100000,
|
||||||
},
|
},
|
||||||
{ .name = "NAND DATA partition",
|
{ .name = "NAND DATA partition",
|
||||||
.offset = 264 * 0x100000,
|
.offset = 264 * 0x100000,
|
||||||
.size = 1784 * 0x100000,
|
.size = 1528 * 0x100000,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user