ramips-mt7621: add support for ZyXEL NWA55AXE
This commit is contained in:
parent
4936b416b8
commit
91bfa4f9c5
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user