diff options
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 |