diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-08 13:03:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-08 13:03:17 +0000 |
commit | 0a8560f0760bd91dd0d2b774634e320b93a5cd8d (patch) | |
tree | adc4b386b6cf7111d10ab54087db42d70bf96b42 | |
parent | d28ca51872a803f9073dd72bce7208f5e05c62c6 (diff) | |
download | upstream-0a8560f0760bd91dd0d2b774634e320b93a5cd8d.tar.gz upstream-0a8560f0760bd91dd0d2b774634e320b93a5cd8d.tar.bz2 upstream-0a8560f0760bd91dd0d2b774634e320b93a5cd8d.zip |
Change the main partition to be named rootfs so that the scripts mount it
SVN-Revision: 7537
-rw-r--r-- | target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c b/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c index c687dcdd27..306b97cc71 100644 --- a/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c +++ b/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c @@ -58,7 +58,7 @@ static struct mtd_partition partition_info[] = { size: 4 * 1024 * 1024 }, { - name: "RouterBoard NAND Main", + name: "rootfs", offset: MTDPART_OFS_NXTBLK, size: MTDPART_SIZ_FULL } |