From 454147218551aaf14f46e95cebed51102829d3c0 Mon Sep 17 00:00:00 2001 From: GoliathLabs Date: Fri, 29 Sep 2023 20:38:13 +0200 Subject: [PATCH] ramips: add support for TP-Link Archer C50 v6 --- docs/user/supported_devices.rst | 2 +- targets/ramips-mt76x8 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 8d9d1e1af8..eb31067c36 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -464,7 +464,7 @@ ramips-mt76x8 * TP-Link - Archer C20 (v4, v5) - - Archer C50 (v3, v4) + - Archer C50 (v3, v4, v6) - RE200 (v2, v3) - TL-MR3020 (v3) - TL-MR3420 (v5) diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8 index 1e27ac35f8..a7c5513203 100644 --- a/targets/ramips-mt76x8 +++ b/targets/ramips-mt76x8 @@ -58,6 +58,10 @@ device('tp-link-archer-c50-v4', 'tplink_archer-c50-v4', { factory = false, }) +device('tp-link-archer-c50-v6', 'tplink_archer-c50-v6', { + factory = false, +}) + device('tp-link-re200-v2', 'tplink_re200-v2') device('tp-link-re200-v3', 'tplink_re200-v3')