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>
[Jo-Philipp Wich: fix ordering, move addpattern change into separate commit]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Gad Krumholz
2016-11-27 00:52:53 -06:00
committed by Jo-Philipp Wich
parent 38ebd1d133
commit 21cb84435a
6 changed files with 143 additions and 0 deletions

View File

@@ -577,6 +577,9 @@ ar71xx_board_detect() {
*"DW33D")
name="dw33d"
;;
*E2100L)
name="e2100l"
;;
*"EAP120")
name="eap120"
tplink_pharos_board_detect

View File

@@ -495,6 +495,7 @@ platform_check_image() {
return 0
;;
e2100l|\
mynet-rext|\
wrt160nl)
cybertan_check_image "$1" && return 0