aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches-3.18/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-27 21:22:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-27 21:22:10 +0000
commitc2d1ad30e8396632dc2048557be1fb37792b3832 (patch)
tree1d7f9b7fe22185f3034b9ba41918891e16a25ca1 /target/linux/rb532/patches-3.18/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
parent6484aa1d289ea48b1cfcc11d581cd29977897848 (diff)
downloadupstream-c2d1ad30e8396632dc2048557be1fb37792b3832.tar.gz
upstream-c2d1ad30e8396632dc2048557be1fb37792b3832.tar.bz2
upstream-c2d1ad30e8396632dc2048557be1fb37792b3832.zip
rb532: add 3.18 support
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 45071
Diffstat (limited to 'target/linux/rb532/patches-3.18/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch')
-rw-r--r--target/linux/rb532/patches-3.18/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch11
1 files changed, 11 insertions, 0 deletions
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,
+ }