002-openwrt_rootfs.patch 286 B

1234567891011
  1. --- a/arch/mips/alchemy/board-mtx1.c
  2. +++ b/arch/mips/alchemy/board-mtx1.c
  3. @@ -169,7 +169,7 @@ static struct platform_device mtx1_gpio_
  4. static struct mtd_partition mtx1_mtd_partitions[] = {
  5. {
  6. - .name = "filesystem",
  7. + .name = "rootfs",
  8. .size = 0x01C00000,
  9. .offset = 0,
  10. },