diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-02 00:33:45 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-02 00:33:45 +0000 |
commit | d8eb02a921fa2c06118347231f3fd69285b8a5c7 (patch) | |
tree | f10729fcec99e15afd2553c3fae3b3c36f9ab8cc /target/linux/kirkwood/patches-3.3/001-partition_map.patch | |
parent | dae5b3af537750a418148f2de3c4c04869c9bfdb (diff) |
kirkwood: prepare for 3.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38279 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 11 |
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 + }, |