ubus: update to latest version, includes a small bugfix for object call replies
[openwrt.git] / target / linux / lantiq / patches-3.0 / 020-xway-fix-mtd.patch
1 --- a/arch/mips/lantiq/xway/mach-easy50601.c
2 +++ b/arch/mips/lantiq/xway/mach-easy50601.c
3 @@ -32,12 +32,7 @@ static struct mtd_partition easy50601_pa
4 {
5 .name = "linux",
6 .offset = 0x20000,
7 - .size = 0xE0000,
8 - },
9 - {
10 - .name = "rootfs",
11 - .offset = 0x100000,
12 - .size = 0x300000,
13 + .size = 0x3d0000,
14 },
15 };
16
17 --- a/arch/mips/lantiq/xway/mach-easy50712.c
18 +++ b/arch/mips/lantiq/xway/mach-easy50712.c
19 @@ -34,12 +34,7 @@ static struct mtd_partition easy50712_pa
20 {
21 .name = "linux",
22 .offset = 0x20000,
23 - .size = 0xe0000,
24 - },
25 - {
26 - .name = "rootfs",
27 - .offset = 0x100000,
28 - .size = 0x300000,
29 + .size = 0x3d0000,
30 },
31 };
32
This page took 0.05986 seconds and 5 git commands to generate.