2
0
forked from Ivasoft/openwrt

au1000: add support for kernel 3.10

This is compile tested only, please run test and report back.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 41534
This commit is contained in:
Hauke Mehrtens
2014-07-06 18:20:59 +00:00
parent 354a1042cc
commit 157cf7e582
6 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/arch/mips/alchemy/board-mtx1.c
+++ b/arch/mips/alchemy/board-mtx1.c
@@ -171,7 +171,7 @@ static struct platform_device mtx1_gpio_
static struct mtd_partition mtx1_mtd_partitions[] = {
{
- .name = "filesystem",
+ .name = "rootfs",
.size = 0x01C00000,
.offset = 0,
},