From e3068698f3e45b6af37ffb4b6456db110a9e50ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Richard=20Fr=C3=B6hning?= <misanthropos@gmx.de>
Date: Thu, 10 Nov 2022 09:42:12 +0100
Subject: [PATCH] targets/ramips-mt76x8: add device TP-Link RE200 V3
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Richard Fröhning <misanthropos@gmx.de>
(cherry picked from commit 5a6517425b1484cda727ecb870cd2b286d255c11)
---
 docs/user/supported_devices.rst | 2 +-
 targets/ramips-mt76x8           | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 44eeab1e4..6d25107d0 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -415,7 +415,7 @@ ramips-mt76x8
   - Archer C20 (v4, v5)
   - Archer C50 (v3)
   - Archer C50 (v4)
-  - RE200 (v2)
+  - RE200 (v2, v3)
   - RE305 (v1) [#device-class-tiny]
   - TL-MR3020 (v3)
   - TL-MR3420 (v5)
diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8
index 241354376..b11b7672a 100644
--- a/targets/ramips-mt76x8
+++ b/targets/ramips-mt76x8
@@ -60,6 +60,8 @@ device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', {
 
 device('tp-link-re200-v2', 'tplink_re200-v2')
 
+device('tp-link-re200-v3', 'tplink_re200-v3')
+
 device('tp-link-re305', 'tplink_re305-v1', {
 	class = 'tiny', -- Only 6M of usable Firmware space
 })
-- 
GitLab