From 1b547f91813af9caee23cb6b2dcf1216765e2f30 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Sat, 15 Oct 2022 01:32:48 +0200
Subject: [PATCH] ramips-mt7621: add support for ZyXEL NWA50AX

(cherry picked from commit 33fa77a7604278189eb2b6cb06b51799430f4e47)
---
 docs/user/supported_devices.rst | 4 ++++
 targets/ramips-mt7621           | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 3e7ab5e2c..b16950697 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -365,6 +365,10 @@ ramips-mt7621
   - WG3526-16M
   - WG3526-32M
 
+* ZyXEL
+
+  - NWA50AX
+
 * Xiaomi
 
   - Xiaomi Mi Router 4A (Gigabit Edition)
diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index 90079c9da..6744e5c6d 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -90,6 +90,11 @@ device('zbtlink-zbt-wg3526-32m', 'zbtlink_zbt-wg3526-32m', {
 })
 
 
+-- ZyXEL
+
+device('zyxel-nwa50ax', 'zyxel_nwa50ax')
+
+
 -- Devices without WLAN
 
 -- Ubiquiti
-- 
GitLab