summaryrefslogtreecommitdiff
path: root/target/mips/mikrotik-rb532/patches/3.14.43/rb532-cfgfs.patch
blob: 36ce30d91ef745d71e08d22a94c276f38fe7ba5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -Nur linux-3.14.5.orig/arch/mips/rb532/devices.c linux-3.14.5/arch/mips/rb532/devices.c
--- linux-3.14.5.orig/arch/mips/rb532/devices.c	2014-05-31 21:34:37.000000000 +0200
+++ linux-3.14.5/arch/mips/rb532/devices.c	2014-06-04 17:40:36.318731659 +0200
@@ -191,7 +191,11 @@
 	}, {
 		.name = "rootfs",
 		.offset = MTDPART_OFS_NXTBLK,
-		.size = MTDPART_SIZ_FULL,
+		.size = 108 * 1024 * 1024,
+	}, {
+		.name = "cfgfs",
+		.offset = MTDPART_OFS_NXTBLK,
+		.size = 16 * 1024 * 1024,
 	}
 };