summaryrefslogtreecommitdiff
path: root/target/linux/kirkwood/patches/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/001-partition_map.patch
parent914ca3cb559bf4e2257607b712bc20c5510172de (diff)
downloadmtk-20170518-7d1e5ae918ad606b6990d700368f4fe18c845773.zip
mtk-20170518-7d1e5ae918ad606b6990d700368f4fe18c845773.tar.gz
mtk-20170518-7d1e5ae918ad606b6990d700368f4fe18c845773.tar.bz2
kirkwood: prepare for 3.10
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38279
Diffstat (limited to 'target/linux/kirkwood/patches/001-partition_map.patch')
-rw-r--r--target/linux/kirkwood/patches/001-partition_map.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/kirkwood/patches/001-partition_map.patch b/target/linux/kirkwood/patches/001-partition_map.patch
deleted file mode 100644
index 0f94adc..0000000
--- a/target/linux/kirkwood/patches/001-partition_map.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
- },