ad4dfc4c0848942ac71eda44fcf8674fb718ae04
[openwrt.git] / target / linux / rb532 / patches-3.14 / 004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
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         }