X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Frb532%2Fpatches-3.18%2F004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch;fp=target%2Flinux%2Frb532%2Fpatches-3.18%2F004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch;h=ad4dfc4c0848942ac71eda44fcf8674fb718ae04;hp=0000000000000000000000000000000000000000;hb=5f4b4ac23220e33375e2bd6caa8b6f36fc84c051;hpb=3f47067e54a1ae69da8d988ccc44f95ddaf28683 diff --git a/target/linux/rb532/patches-3.18/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch b/target/linux/rb532/patches-3.18/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch new file mode 100644 index 0000000000..ad4dfc4c08 --- /dev/null +++ b/target/linux/rb532/patches-3.18/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch @@ -0,0 +1,11 @@ +--- a/arch/mips/rb532/devices.c ++++ b/arch/mips/rb532/devices.c +@@ -202,7 +202,7 @@ static struct mtd_partition rb532_partit + .offset = 0, + .size = 4 * 1024 * 1024, + }, { +- .name = "rootfs", ++ .name = "rootfs_onboard", + .offset = MTDPART_OFS_NXTBLK, + .size = MTDPART_SIZ_FULL, + }