mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 04:18:25 +02:00
b43c756e4c
* add gigasx76x update * rebase patches * add arv752DPW arv7525PD * fixes gpio_keys Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27665 3c298f89-4303-0410-b956-a3cf2f4a3e73
33 lines
644 B
Diff
33 lines
644 B
Diff
--- a/arch/mips/lantiq/xway/mach-easy50601.c
|
|
+++ b/arch/mips/lantiq/xway/mach-easy50601.c
|
|
@@ -32,12 +32,7 @@ static struct mtd_partition easy50601_pa
|
|
{
|
|
.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 @@ static struct mtd_partition easy50712_pa
|
|
{
|
|
.name = "linux",
|
|
.offset = 0x20000,
|
|
- .size = 0xe0000,
|
|
- },
|
|
- {
|
|
- .name = "rootfs",
|
|
- .offset = 0x100000,
|
|
- .size = 0x300000,
|
|
+ .size = 0x3d0000,
|
|
},
|
|
};
|
|
|