From 977477bb2c445d1251b186f1ad1c60d1881b3233 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Sun, 11 Dec 2022 20:05:09 +0100 Subject: [PATCH] ramips-mt7621: add ASUS RT-AX53U --- docs/user/supported_devices.rst | 1 + targets/ramips-mt7621 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 2ce51061..d81e2a66 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -336,6 +336,7 @@ ramips-mt7621 * ASUS - RT-AC57U + - RT-AX53U * Cudy diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index 4cc218ad..18579d30 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -4,6 +4,9 @@ device('asus-rt-ac57u', 'asus_rt-ac57u', { factory = false, }) +device('asus-rt-ax53u', 'asus_rt-ax53u', { + factory = false, +}) -- Cudy