From b110494f6e7778a763627cad139e2a31664ec3d9 Mon Sep 17 00:00:00 2001
From: Florian Maurer <f.maurer@outlook.de>
Date: Fri, 27 Dec 2024 00:47:08 +0100
Subject: [PATCH] remove devices which were moved to lantiq-xrx200_legacy

TP-Link TD-W8970 and TD-W8980 are affected

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
---
 targets/lantiq-xrx200 | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200
index 744fdea44..7d000d89d 100644
--- a/targets/lantiq-xrx200
+++ b/targets/lantiq-xrx200
@@ -54,21 +54,3 @@ device('arcadyan-vgv7510kw22', 'arcadyan_vgv7510kw22-nor', {
 	factory = false,
 	aliases = {'o2-box-6431'},
 })
-
-
--- 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', {
-	factory = false,
-})
-
-device('tp-link-td-w8980', 'tplink_tdw8980', {
-	factory = false,
-	aliases = {'tp-link-td-w9980'},
-	broken = true, -- 5GHz unsupported
-})
-- 
GitLab