From 0c8f21d2e4f6eb9620d553ae8fb92c38a5d27f20 Mon Sep 17 00:00:00 2001
From: Tom Herbers <mail@tomherbers.de>
Date: Wed, 1 Nov 2023 09:33:27 +0100
Subject: [PATCH] devices: add Asus TUF-AX4200

---
 devices.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devices.js b/devices.js
index 6e16ceb..163fe94 100644
--- a/devices.js
+++ b/devices.js
@@ -33,6 +33,7 @@ var devices_recommended = {
      "RT-AC51U": "asus-rt-ac51u",
      "RT-AC57U": "asus-rt-ac57u",
      "RT-AX53U": "asus-rt-ax53u",
+     "TUF-AX4200": "asus-tuf-ax4200",
   },
 
   "AVM": {
@@ -584,6 +585,9 @@ var devices_info = {
     "O2 Box 6431": "https://forum.openwrt.org/t/installing-lede-u-boot-via-brnboot-web-interface-without-rs232/9857/6",
     "vgv7510kw22/O2 Box 6431": "https://forum.openwrt.org/t/installing-lede-u-boot-via-brnboot-web-interface-without-rs232/9857/6"
   },
+  "Asus": {
+    "TUF-AX4200": "https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e7c399bee677e9bac66e1bea697aefb8d828edfe",
+  },
   "AVM": {
     "FRITZ!Box 3370": "https://openwrt.org/toh/avm/fritz.box.wlan.3370#installation",
     "FRITZ!Box 4020": "https://fritz-tools.readthedocs.io/",
-- 
GitLab