rb532: convert to new loopback based overlay support
[lede-git/.git] / target / linux / rb532 / patches-4.4 / 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 @@ -203,7 +203,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         }