From: florian Date: Fri, 8 Jun 2007 13:03:17 +0000 (+0000) Subject: Change the main partition to be named rootfs so that the scripts mount it X-Git-Tag: fast2504n-3.10.28-merged~21212 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=5d3ad7d5066703f0c5ebdf7e4a677c12a667d2c5;p=openwrt.git Change the main partition to be named rootfs so that the scripts mount it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7537 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 }