Skip to content
Snippets Groups Projects
Unverified Commit acc89e40 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2689 from blocktrron/pr-nwa55axe

ramips-mt7621: add support for ZyXEL NWA55AXE
parents 4936b416 91bfa4f9
Branches
Tags
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.
Please register or to comment