CC: ar71xx: Added missing support for Linksys E2100L

It's based on the WRT160NL according to https://wiki.openwrt.org/toh/linksys/e2100l

Based on research done here: https://forum.openwrt.org/viewtopic.php?id=24244 and here: https://forum.openwrt.org/viewtopic.php?pid=120791#p120791 this patch was conceived.

Signed-off-by: Gad Krumholz <gad.krumholz@gmail.com>
This commit is contained in:
Gad Krumholz
2016-11-27 00:52:53 -06:00
parent 1b6dc2e48c
commit d9740d24d7
9 changed files with 169 additions and 3 deletions

View File

@@ -112,6 +112,13 @@ struct board_info boards[] = {
.sn = 0x0f,
.flags = {0x3f, 0x00},
},
{
.id = "E2100L",
.pattern = "NL1X",
.hw_ver = 0x00,
.sn = 0x0f,
.flags = {0x3f, 0x00},
},
{
.id = "mynet-rext",
.pattern = "WDHNSTFH",