oxnas: build S-ATA driver as a module
[openwrt.git] / target / linux / rb532 / patches-3.10 / 004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
1 --- a/arch/mips/rb532/devices.c 2014-07-07 01:05:10.000000000 +0300
2 +++ b/arch/mips/rb532/devices.c 2014-07-07 01:05:27.268505016 +0300
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         }