summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches/001-openwrt_partition_map.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-09 11:38:39 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-09 11:38:39 +0000
commit7af2aa70a55c5aba822abcb9db120bc63d8491d7 (patch)
tree55ccae03a2ef2a3b7444774c920a48c0305e2f70 /target/linux/kirkwood/patches/001-openwrt_partition_map.patch
parentaafa8c1910c01fea431541cb7135136bc29f7f39 (diff)
kirkwood: nuke 2.6.37 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31666 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0f94adc34..000000000
--- 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
- },