From fb98bc721ef0a8ea92304cf5054cea33f66e8f37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Richard=20Fr=C3=B6hning?= <misanthropos@gmx.de>
Date: Fri, 28 Jun 2024 15:17:06 +0200
Subject: [PATCH] ramips-mt76x8: add TP-Link RE200 v4 (#3297)
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 bdf74d8126fecb38eecabfabcc6fd1334e8a607c)
---
 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 c9362bb1..81961129 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -500,7 +500,7 @@ ramips-mt76x8
 
   - Archer C20 (v4, v5)
   - Archer C50 (v3, v4)
-  - RE200 (v2, v3)
+  - RE200 (v2, v3, v4)
   - TL-MR3020 (v3)
   - TL-MR3420 (v5)
   - TL-MR6400 (v5)
diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8
index 1e27ac35..ec7067e3 100644
--- a/targets/ramips-mt76x8
+++ b/targets/ramips-mt76x8
@@ -62,6 +62,8 @@ device('tp-link-re200-v2', 'tplink_re200-v2')
 
 device('tp-link-re200-v3', 'tplink_re200-v3')
 
+device('tp-link-re200-v4', 'tplink_re200-v4')
+
 device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
 	factory = false,
 	extra_images = {
-- 
GitLab