diff options
author | Jimmy Zhong <mb300sd@mb300sd.net> | 2016-08-03 13:58:01 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-10 03:03:50 +0200 |
commit | 2b1f4945b155ffee7f9c7f44bb90e5498b880ff5 (patch) | |
tree | cbf0bc8cb880f782c52a478c497b674b8d41c1b7 /target/linux/ramips/image | |
parent | 5947f7f85e191f8392847a199ad40a6de7be9408 (diff) | |
download | upstream-2b1f4945b155ffee7f9c7f44bb90e5498b880ff5.tar.gz upstream-2b1f4945b155ffee7f9c7f44bb90e5498b880ff5.tar.bz2 upstream-2b1f4945b155ffee7f9c7f44bb90e5498b880ff5.zip |
ramips: Add support for TEW-714TRU
Signed-off-by: Jimmy Zhong <mb300sd@mb300sd.net>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 8b08cc2981..82e77da682 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -418,6 +418,12 @@ define Device/sl-r7205 endef TARGET_DEVICES += sl-r7205 +define Device/tew-714tru + DTS := TEW-714TRU + IMAGE_SIZE := $(ralink_default_fw_size_8M) + DEVICE_TITLE := TRENDnet TEW-714TRU +endef +TARGET_DEVICES += tew-714tru define Device/v22rw-2x2 DTS := V22RW-2X2 |