rb532-cfgfs.patch 496 B

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