aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches/001-openwrt_partition_map.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-09 11:38:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-09 11:38:39 +0000
commitd1eed108bb500343f8c018e6e56ca2f294bd3a69 (patch)
treeb25be166b0434665e7a913985199d59614689b15 /target/linux/kirkwood/patches/001-openwrt_partition_map.patch
parent861b9b25e03466ab031d377b8ea11994535d47c7 (diff)
downloadupstream-d1eed108bb500343f8c018e6e56ca2f294bd3a69.tar.gz
upstream-d1eed108bb500343f8c018e6e56ca2f294bd3a69.tar.bz2
upstream-d1eed108bb500343f8c018e6e56ca2f294bd3a69.zip
kirkwood: nuke 2.6.37 support
SVN-Revision: 31666
Diffstat (limited to 'target/linux/kirkwood/patches/001-openwrt_partition_map.patch')
-rw-r--r--target/linux/kirkwood/patches/001-openwrt_partition_map.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/kirkwood/patches/001-openwrt_partition_map.patch b/target/linux/kirkwood/patches/001-openwrt_partition_map.patch
deleted file mode 100644
index 0f94adc343..0000000000
--- a/target/linux/kirkwood/patches/001-openwrt_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
- },