diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2016-08-10 02:18:32 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-10 03:04:08 +0200 |
commit | 0f73801f4ff49cf9601e8f13c11f7d7928c1186b (patch) | |
tree | a7c1aa15dc818712252c3344db17fef90de4b704 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 5fadd4397b395e5760f3c86751b711688efca6e9 (diff) | |
download | upstream-0f73801f4ff49cf9601e8f13c11f7d7928c1186b.tar.gz upstream-0f73801f4ff49cf9601e8f13c11f7d7928c1186b.tar.bz2 upstream-0f73801f4ff49cf9601e8f13c11f7d7928c1186b.zip |
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>
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 1ea4fb2d71..1e9fa90b5d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -406,6 +406,9 @@ ramips_board_detect() { *"TEW-714TRU") name="tew-714tru" ;; + *"Timecloud") + name="timecloud" + ;; *"UBNT-ERX") name="ubnt-erx" ;; |