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-14 19:46:45 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-14 19:46:45 +0000
commitad7564142d6eec6100652ee33ee6b2d8c5f1a124 (patch)
tree2fa443cd411cf53548fd89847cbc38f4468872ef /target/linux/kirkwood/patches-3.3/001-partition_map.patch
parentc15bec4a1b1763523a7758a8be526195386fe36c (diff)
downloadupstream-ad7564142d6eec6100652ee33ee6b2d8c5f1a124.tar.gz
upstream-ad7564142d6eec6100652ee33ee6b2d8c5f1a124.tar.bz2
upstream-ad7564142d6eec6100652ee33ee6b2d8c5f1a124.zip
kirkwood: drop 3.3.x kernel version
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38404
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, 0 insertions, 11 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
deleted file mode 100644
index 0f94adc343..0000000000
--- a/target/linux/kirkwood/patches-3.3/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
- },