diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-02 23:12:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-02 23:12:07 +0200 |
commit | 231c256c60513e21ccbdf59490ab9ccec1cf4cfc (patch) | |
tree | 12c88dc409d9ea9e6188d18b261890ef33388451 /target/mips/mikrotik-rb532/patches/3.14.40/rb532-cfgfs.patch | |
parent | 797d8166b79d3f2dc06922222aa36d0e39aae8f2 (diff) | |
parent | a8428de05cd6ad86dba8444de78a64294d4ddb5e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/mikrotik-rb532/patches/3.14.40/rb532-cfgfs.patch')
-rw-r--r-- | target/mips/mikrotik-rb532/patches/3.14.40/rb532-cfgfs.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/mips/mikrotik-rb532/patches/3.14.40/rb532-cfgfs.patch b/target/mips/mikrotik-rb532/patches/3.14.40/rb532-cfgfs.patch new file mode 100644 index 000000000..36ce30d91 --- /dev/null +++ b/target/mips/mikrotik-rb532/patches/3.14.40/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, + } + }; + |