2
0
forked from Ivasoft/openwrt

ar71xx: add support for EasyLink M150 and M-mini

v3 refreshes the patch on trunk@41337

This patch adds support for the EasyLink EL-M150 and M-mini

http://wiki.openwrt.org/toh/easylink/el-m150
http://wiki.openwrt.org/toh/easylink/el-m-mini

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>

SVN-Revision: 41348
This commit is contained in:
John Crispin
2014-06-26 11:49:47 +00:00
parent 0f39877bac
commit e6e6a85dc9
7 changed files with 33 additions and 0 deletions

View File

@@ -91,6 +91,12 @@ tplink_board_detect() {
hwver="v${hwver#0}"
case "$hwid" in
"015000"*)
model="EasyLink EL-M150"
;;
"015300"*)
model="EasyLink EL-MINI"
;;
"3C0001"*)
model="OOLITE"
;;
@@ -307,6 +313,12 @@ ar71xx_board_detect() {
*EAP7660D)
name="eap7660d"
;;
*EL-M150)
name="el-m150"
;;
*EL-MINI)
name="el-mini"
;;
*JA76PF)
name="ja76pf"
;;

View File

@@ -224,6 +224,8 @@ platform_check_image() {
;;
archer-c7 | \
el-m150 | \
el-mini | \
oolite | \
tl-mr10u | \
tl-mr11u | \