013-openwrt_rootfs.patch 310 B

1234567891011
  1. --- a/drivers/mtd/maps/mtx-1_flash.c
  2. +++ b/drivers/mtd/maps/mtx-1_flash.c
  3. @@ -28,7 +28,7 @@
  4. static struct mtd_partition mtx1_partitions[] = {
  5. {
  6. - .name = "filesystem",
  7. + .name = "rootfs",
  8. .size = 0x01C00000,
  9. .offset = 0,
  10. },{