Преглед изворни кода

Change the main partition to be named rootfs so that the scripts mount it

SVN-Revision: 7537
Florian Fainelli пре 18 година
родитељ
комит
0a8560f076
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c

+ 1 - 1
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
     }