Change the main partition to be named rootfs so that the scripts mount it
SVN-Revision: 7537
This commit is contained in:
parent
d28ca51872
commit
0a8560f076
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ static struct mtd_partition partition_info[] = {
|
||||||
size: 4 * 1024 * 1024
|
size: 4 * 1024 * 1024
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "RouterBoard NAND Main",
|
name: "rootfs",
|
||||||
offset: MTDPART_OFS_NXTBLK,
|
offset: MTDPART_OFS_NXTBLK,
|
||||||
size: MTDPART_SIZ_FULL
|
size: MTDPART_SIZ_FULL
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue