From 982d8ed7cac1353c24772eb6d91b7a92c4dc6f36 Mon Sep 17 00:00:00 2001
From: Kiste <Kistelini@users.noreply.github.com>
Date: Mon, 4 Sep 2023 18:31:05 +0200
Subject: [PATCH] rampis-mt7621: add support for ZyXEL WSM20 (#2965)

Better known as ZyXEL Multy M1
---
 docs/user/supported_devices.rst | 1 +
 targets/ramips-mt7621           | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index c7af2fac3..9433e77a4 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -428,6 +428,7 @@ ramips-mt7621
 * ZyXEL
 
   - NWA50AX
+  - WSM20
 
 * Xiaomi
 
diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index be2e21528..c5708838c 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -149,6 +149,10 @@ device('zyxel-nwa55axe', 'zyxel_nwa55axe', {
 	broken = true, -- Missing LED / Reset button
 })
 
+device('zyxel-wsm20', 'zyxel_wsm20', {
+	factory = false,
+})
+
 
 -- Devices without WLAN
 
-- 
GitLab