From a0a32d269021847037f71c410c329fa378c539eb Mon Sep 17 00:00:00 2001 From: David Lutz Date: Tue, 19 Nov 2019 14:01:27 +0100 Subject: [PATCH] lantiq-xrx200: add support for TP-Link TD-W8970, TD-W8980 and TD-W9980 --- targets/lantiq-xrx200 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200 index b9d9894a..35d83bd1 100644 --- a/targets/lantiq-xrx200 +++ b/targets/lantiq-xrx200 @@ -1,3 +1,17 @@ device('avm-fritz-box-7412', 'avm_fritz7412', { factory = false, }) + +-- TP-Link + + -- CAVEAT: These devices don't have a dedicated WAN port. + -- All ethernet ports on the device are bridged and + -- used as WAN ports. Clients connected to these + -- ports will be connected to your private network. + +device('tp-link-td-w8970', 'tplink_tdw8970') + +device('tp-link-td-w8980', 'tplink_tdw8980', { + aliases = {'tp-link-td-w9980'}, + broken = true, -- 5GHz unsupported +})