Skip to content
Snippets Groups Projects
Commit 91bfa4f9 authored by David Bauer's avatar David Bauer
Browse files

ramips-mt7621: add support for ZyXEL NWA55AXE

parent 4936b416
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,11 @@ function M.is_outdoor_device()
'mikrotik,sxtsq-5-ac',
}) then
return true
elseif M.match('ramips', 'mt7621', {
'zyxel,nwa55axe',
}) then
return true
end
return false
......
......@@ -93,6 +93,9 @@ device('zbtlink-zbt-wg3526-32m', 'zbtlink_zbt-wg3526-32m', {
-- ZyXEL
device('zyxel-nwa50ax', 'zyxel_nwa50ax')
device('zyxel-nwa55axe', 'zyxel_nwa55axe', {
broken = true, -- Missing LED / Reset button
})
-- 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