summaryrefslogtreecommitdiff
path: root/target/mips/mikrotik-rb532/patches/3.4.111/rb532-cfgfs.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-28 11:03:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-28 11:03:52 +0200
commitf2afe17a12c604dd9e31c96d1a9182afe7800a3a (patch)
tree6c869d176d5c03bf8fb00dea811b2e84c7d23534 /target/mips/mikrotik-rb532/patches/3.4.111/rb532-cfgfs.patch
parentda931b803e57a901a6f4e116a73ab86f89039009 (diff)
linux: bump all kernels
Diffstat (limited to 'target/mips/mikrotik-rb532/patches/3.4.111/rb532-cfgfs.patch')
-rw-r--r--target/mips/mikrotik-rb532/patches/3.4.111/rb532-cfgfs.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/mips/mikrotik-rb532/patches/3.4.111/rb532-cfgfs.patch b/target/mips/mikrotik-rb532/patches/3.4.111/rb532-cfgfs.patch
new file mode 100644
index 000000000..36ce30d91
--- /dev/null
+++ b/target/mips/mikrotik-rb532/patches/3.4.111/rb532-cfgfs.patch
@@ -0,0 +1,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,
+ }
+ };
+