From f9b7dc322f8ab06d564f05621d3f06a0fc84fe99 Mon Sep 17 00:00:00 2001 From: Florian Maurer <f.maurer@outlook.de> Date: Sun, 27 Aug 2023 18:40:35 +0200 Subject: [PATCH] ramips-mt7621: add ASUS RT-AX53U (#2720) --- docs/user/supported_devices.rst | 1 + targets/ramips-mt7621 | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index d4a22008..d64f240c 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -371,6 +371,7 @@ ramips-mt7621 * ASUS - RT-AC57U (v1) + - RT-AX53U * Cudy diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index 6f9fadbc..be2e2152 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -7,6 +7,7 @@ device('asus-rt-ac57u-v1', 'asus_rt-ac57u-v1', { }, }) +device('asus-rt-ax53u', 'asus_rt-ax53u') -- Cudy -- GitLab