aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches-3.3/001-partition_map.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-02 00:33:45 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-02 00:33:45 +0000
commit7d1e5ae918ad606b6990d700368f4fe18c845773 (patch)
tree99598688f94c0853da9e0255de2644826f723145 /target/linux/kirkwood/patches-3.3/001-partition_map.patch
parent914ca3cb559bf4e2257607b712bc20c5510172de (diff)
downloadupstream-7d1e5ae918ad606b6990d700368f4fe18c845773.tar.gz
upstream-7d1e5ae918ad606b6990d700368f4fe18c845773.tar.bz2
upstream-7d1e5ae918ad606b6990d700368f4fe18c845773.zip
kirkwood: prepare for 3.10
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38279
Diffstat (limited to 'target/linux/kirkwood/patches-3.3/001-partition_map.patch')
-rw-r--r--target/linux/kirkwood/patches-3.3/001-partition_map.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/kirkwood/patches-3.3/001-partition_map.patch b/target/linux/kirkwood/patches-3.3/001-partition_map.patch
new file mode 100644
index 0000000000..0f94adc343
--- /dev/null
+++ b/target/linux/kirkwood/patches-3.3/001-partition_map.patch
@@ -0,0 +1,11 @@
+--- a/arch/arm/mach-kirkwood/sheevaplug-setup.c
++++ b/arch/arm/mach-kirkwood/sheevaplug-setup.c
+@@ -33,7 +33,7 @@ static struct mtd_partition sheevaplug_n
+ .offset = MTDPART_OFS_NXTBLK,
+ .size = SZ_4M
+ }, {
+- .name = "root",
++ .name = "rootfs",
+ .offset = MTDPART_OFS_NXTBLK,
+ .size = MTDPART_SIZ_FULL
+ },