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
commit3d33be9ac49b81616c8f05748c11a6a9b0c381dc (patch)
tree083cb6a2d50c98cf4278ea445deae2a4003619cd /target/linux/rb532/patches-3.18/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
parentba1c162251db92969ed609653d646b323d4e8cf2 (diff)
downloadmaster-187ad058-3d33be9ac49b81616c8f05748c11a6a9b0c381dc.tar.gz
master-187ad058-3d33be9ac49b81616c8f05748c11a6a9b0c381dc.tar.bz2
master-187ad058-3d33be9ac49b81616c8f05748c11a6a9b0c381dc.zip
rb532: add 3.18 support
Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45071 3c298f89-4303-0410-b956-a3cf2f4a3e73
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,
+ }