Skip to content
Snippets Groups Projects
Unverified Commit 982d8ed7 authored by Kiste's avatar Kiste Committed by GitHub
Browse files

rampis-mt7621: add support for ZyXEL WSM20 (#2965)

Better known as ZyXEL Multy M1
parent 895970a1
No related branches found
No related tags found
No related merge requests found
...@@ -428,6 +428,7 @@ ramips-mt7621 ...@@ -428,6 +428,7 @@ ramips-mt7621
* ZyXEL * ZyXEL
- NWA50AX - NWA50AX
- WSM20
* Xiaomi * Xiaomi
......
...@@ -149,6 +149,10 @@ device('zyxel-nwa55axe', 'zyxel_nwa55axe', { ...@@ -149,6 +149,10 @@ device('zyxel-nwa55axe', 'zyxel_nwa55axe', {
broken = true, -- Missing LED / Reset button broken = true, -- Missing LED / Reset button
}) })
device('zyxel-wsm20', 'zyxel_wsm20', {
factory = false,
})
-- Devices without WLAN -- Devices without WLAN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment