ramips-mt7621: add support for ZyXEL NWA55AXE

This commit is contained in:
David Bauer 2022-10-31 09:59:06 +01:00
parent 4936b416b8
commit 91bfa4f9c5
2 changed files with 8 additions and 0 deletions

View File

@ -59,6 +59,11 @@ function M.is_outdoor_device()
'mikrotik,sxtsq-5-ac', 'mikrotik,sxtsq-5-ac',
}) then }) then
return true return true
elseif M.match('ramips', 'mt7621', {
'zyxel,nwa55axe',
}) then
return true
end end
return false return false

View File

@ -93,6 +93,9 @@ device('zbtlink-zbt-wg3526-32m', 'zbtlink_zbt-wg3526-32m', {
-- ZyXEL -- ZyXEL
device('zyxel-nwa50ax', 'zyxel_nwa50ax') device('zyxel-nwa50ax', 'zyxel_nwa50ax')
device('zyxel-nwa55axe', 'zyxel_nwa55axe', {
broken = true, -- Missing LED / Reset button
})
-- Devices without WLAN -- Devices without WLAN