100-openwrt_partition_map.patch 594 B

12345678910111213141516171819202122232425
  1. --- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c
  2. +++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c
  3. @@ -58,19 +58,11 @@ static struct mtd_partition wrt350n_v2_n
  4. {
  5. .name = "kernel",
  6. .offset = 0x00000000,
  7. - .size = 0x00760000,
  8. + .size = 0x00100000,
  9. }, {
  10. .name = "rootfs",
  11. - .offset = 0x001a0000,
  12. - .size = 0x005c0000,
  13. - }, {
  14. - .name = "lang",
  15. - .offset = 0x00760000,
  16. - .size = 0x00040000,
  17. - }, {
  18. - .name = "nvram",
  19. - .offset = 0x007a0000,
  20. - .size = 0x00020000,
  21. + .offset = 0x00100000,
  22. + .size = 0x00650000,
  23. }, {
  24. .name = "u-boot",
  25. .offset = 0x007c0000,