diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 7d606a67ba..fc50accec6 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -490,7 +490,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')