summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-05-09 12:52:19 +0000
committerJohn Crispin <john@openwrt.org>2012-05-09 12:52:19 +0000
commit7d638fbb2f7a896df8cbb3cc180db7c3c60d1233 (patch)
treea0f6908c2648d8d5d5736e2499aff6246cea828c /target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch
parent200227e0b4d954f9a76f1587114a53f034539360 (diff)
downloadmaster-31e0f0ae-7d638fbb2f7a896df8cbb3cc180db7c3c60d1233.tar.gz
master-31e0f0ae-7d638fbb2f7a896df8cbb3cc180db7c3c60d1233.tar.bz2
master-31e0f0ae-7d638fbb2f7a896df8cbb3cc180db7c3c60d1233.zip
Drop 2.6.32 support
SVN-Revision: 31670
Diffstat (limited to 'target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch')
-rw-r--r--target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch b/target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch
deleted file mode 100644
index 051ba86cf4..0000000000
--- a/target/linux/lantiq/patches-2.6.32/0014-fix_mtd.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/arch/mips/lantiq/xway/mach-easy50601.c
-+++ b/arch/mips/lantiq/xway/mach-easy50601.c
-@@ -32,12 +32,7 @@
- {
- .name = "linux",
- .offset = 0x20000,
-- .size = 0xE0000,
-- },
-- {
-- .name = "rootfs",
-- .offset = 0x100000,
-- .size = 0x300000,
-+ .size = 0x3d0000,
- },
- };
-
---- a/arch/mips/lantiq/xway/mach-easy50712.c
-+++ b/arch/mips/lantiq/xway/mach-easy50712.c
-@@ -34,12 +34,7 @@
- {
- .name = "linux",
- .offset = 0x20000,
-- .size = 0xe0000,
-- },
-- {
-- .name = "rootfs",
-- .offset = 0x100000,
-- .size = 0x300000,
-+ .size = 0x3d0000,
- },
- };
-