X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dd809af4b35e1625fdc9ee060eec2f2a44358602..bf7b45f8188492e96331c1454355c2377e5c4663:/target/linux/lantiq/patches-2.6.39/0014-fix_mtd.patch diff --git a/target/linux/lantiq/patches-2.6.39/0014-fix_mtd.patch b/target/linux/lantiq/patches-2.6.39/0014-fix_mtd.patch new file mode 100644 index 000000000..051ba86cf --- /dev/null +++ b/target/linux/lantiq/patches-2.6.39/0014-fix_mtd.patch @@ -0,0 +1,32 @@ +--- 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, + }, + }; +