]> git.enpas.org Git - openwrt.git/commitdiff
Change the main partition to be named rootfs so that the scripts mount it
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Jun 2007 13:03:17 +0000 (13:03 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Jun 2007 13:03:17 +0000 (13:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7537 3c298f89-4303-0410-b956-a3cf2f4a3e73

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
     }