summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches/013-openwrt_rootfs.patch
blob: 3a3637397053b7b0b79d1b35ba7e2b58f6df1b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: linux-2.6.25.4/drivers/mtd/maps/mtx-1_flash.c
===================================================================
--- linux-2.6.25.4.orig/drivers/mtd/maps/mtx-1_flash.c
+++ linux-2.6.25.4/drivers/mtd/maps/mtx-1_flash.c
@@ -28,7 +28,7 @@ static struct map_info mtx1_map = {
 
 static struct mtd_partition mtx1_partitions[] = {
         {
-                .name = "filesystem",
+                .name = "rootfs",
                 .size = 0x01C00000,
                 .offset = 0,
         },{