From 364a4bdb1f7d6163cc0a08f96fbc099b4432da15 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sat, 26 Apr 2025 16:48:36 +0200
Subject: [PATCH] mediatek-filogic: add ASUS RT-AX52

---
 docs/user/supported_devices.rst | 1 +
 targets/mediatek-filogic        | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 9b072a6bd..a1aeedc63 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -313,6 +313,7 @@ mediatek-filogic
 
 * ASUS
 
+  - RT-AX52
   - TUF AX4200
   - TUF AX6000
 
diff --git a/targets/mediatek-filogic b/targets/mediatek-filogic
index 05c458646..1d6e17237 100644
--- a/targets/mediatek-filogic
+++ b/targets/mediatek-filogic
@@ -3,6 +3,10 @@ config('TARGET_INITRAMFS_COMPRESSION_LZMA', true)
 
 -- ASUS
 
+device('asus-rt-ax52', 'asus_rt-ax52', {
+	factory = false,
+})
+
 device('asus-tuf-ax4200', 'asus_tuf-ax4200', {
 	factory = false,
 })
-- 
GitLab