From a0f03f4b50db37c8cf76090473df1f3a2ee95167 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Wed, 22 Jan 2025 23:33:02 +0100 Subject: [PATCH] ramips-mt7621: add tp-link ax23 Signed-off-by: Florian Maurer --- docs/user/supported_devices.rst | 1 + targets/ramips-mt7621 | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 76ce99da88..94a6ea37b7 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -465,6 +465,7 @@ ramips-mt7621 * TP-Link + - AX23 (v1) - EAP615-Wall (v1) - RE500 (v1) - RE650 (v1) diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index 10c9d19fcf..89d15befec 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -95,6 +95,8 @@ device('netgear-wndr3700-v5', 'netgear_wndr3700-v5', { -- TP-Link +device('tp-link-archer-ax23-v1', 'tplink_archer-ax23-v1') + device('tp-link-archer-c6-v3', 'tplink_archer-c6-v3', { broken = true, -- LAN LED not working - review after resolving #2756 })