004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch 292 B

1234567891011
  1. --- a/arch/mips/rb532/devices.c
  2. +++ b/arch/mips/rb532/devices.c
  3. @@ -202,7 +202,7 @@ static struct mtd_partition rb532_partit
  4. .offset = 0,
  5. .size = 4 * 1024 * 1024,
  6. }, {
  7. - .name = "rootfs",
  8. + .name = "rootfs_onboard",
  9. .offset = MTDPART_OFS_NXTBLK,
  10. .size = MTDPART_SIZ_FULL,
  11. }