Merge pull request #2689 from blocktrron/pr-nwa55axe
ramips-mt7621: add support for ZyXEL NWA55AXE
This commit is contained in:
commit
acc89e403a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user