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/image | |
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/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 59a9332294..e602dfb409 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -105,6 +105,13 @@ define Device/sap-g3200u3 endef TARGET_DEVICES += sap-g3200u3 +define Device/timecloud + DTS := Timecloud + DEVICE_TITLE := Thunder Timecloud + DEVICE_PACKAGES := kmod-usb3 +endef +TARGET_DEVICES += timecloud + define Device/witi DTS := WITI IMAGE_SIZE := $(ralink_default_fw_size_16M) |