Change the main partition to be named rootfs so that the scripts mount it
authorFlorian Fainelli <florian@openwrt.org>
Fri, 8 Jun 2007 13:03:17 +0000 (13:03 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 8 Jun 2007 13:03:17 +0000 (13:03 +0000)
SVN-Revision: 7537

target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c

index c687dcdd279e38135f9dd93332acae052860fc65..306b97cc712f6688f7eebbb91243a9d91efa2ba5 100644 (file)
@@ -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
     }