ramips: Add support for TEW-714TRU

Signed-off-by: Jimmy Zhong <mb300sd@mb300sd.net>
This commit is contained in:
Jimmy Zhong
2016-08-03 13:58:01 -04:00
committed by John Crispin
parent 5947f7f85e
commit 2b1f4945b1
6 changed files with 137 additions and 0 deletions

View File

@@ -269,6 +269,10 @@ rt-n14u)
set_wifi_led "$board:blue:air"
set_usb_led "$board:blue:usb"
;;
tew-714tru)
set_usb_led "$board:red:usb"
set_wifi_led "$board:green:wifi"
;;
tiny-ac)
set_wifi_led "$board:orange:wifi"
set_usb_led "$board:green:usb"

View File

@@ -212,6 +212,7 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "4:lan" "5:wan" "0@eth0"
;;
tew-714tru|\
v11st-fe|\
wzr-agl300nh)
ucidef_add_switch "switch0" \

View File

@@ -403,6 +403,9 @@ ramips_board_detect() {
*"TEW-692GR")
name="tew-692gr"
;;
*"TEW-714TRU")
name="tew-714tru"
;;
*"UBNT-ERX")
name="ubnt-erx"
;;

View File

@@ -118,6 +118,7 @@ platform_check_image() {
sl-r7205|\
tew-691gr|\
tew-692gr|\
tew-714tru|\
tiny-ac|\
ur-326n4g|\
ur-336un|\