2
0
forked from Ivasoft/openwrt

ramips: Add support for Thunder Timecloud

Thunder Timecloud is a small NAS with MT7621A. It has 1 USB port and an
SD Card slot. There is no wireless cards.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
Chuanhong Guo
2016-08-10 02:18:32 +02:00
committed by John Crispin
parent 5fadd4397b
commit 0f73801f4f
6 changed files with 124 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ ramips_setup_interfaces()
microwrt|\
mpr-a2|\
ncs601w|\
timecloud|\
w150m|\
widora-neo|\
wnce2001|\

View File

@@ -118,7 +118,8 @@ get_status_led() {
f5d8235-v2)
status_led="$board:blue:router"
;;
f7c027)
f7c027|\
timecloud)
status_led="$board:orange:status"
;;
hc5*61|\

View File

@@ -406,6 +406,9 @@ ramips_board_detect() {
*"TEW-714TRU")
name="tew-714tru"
;;
*"Timecloud")
name="timecloud"
;;
*"UBNT-ERX")
name="ubnt-erx"
;;

View File

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