aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-26 09:00:35 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-26 09:00:35 +0000
commit45b86af9804065f1c199f2775339a29fe6ce019b (patch)
treedc90aaae80c8e52311ab049daec9d1fad174e04f /target/linux/rb532/patches/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
parent06e9be05d765903a968788b026ea9cf673ee78e4 (diff)
downloadmaster-187ad058-45b86af9804065f1c199f2775339a29fe6ce019b.tar.gz
master-187ad058-45b86af9804065f1c199f2775339a29fe6ce019b.tar.bz2
master-187ad058-45b86af9804065f1c199f2775339a29fe6ce019b.zip
rb532: prepare switch to 4.1
Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47255 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532/patches/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch')
-rw-r--r--target/linux/rb532/patches/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/rb532/patches/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch b/target/linux/rb532/patches/004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
new file mode 100644
index 0000000000..ad4dfc4c08
--- /dev/null
+++ b/target/linux/rb532/patches/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,
+ }