enable outdoor mode for ZyXEL NWA55AXE

This commit is contained in:
Tom Herbers 2022-09-13 23:47:26 +02:00
parent b75b5d3493
commit 4a4a79d71d

View File

@ -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