enable outdoor mode for ZyXEL NWA55AXE
This commit is contained in:
parent
b75b5d3493
commit
4a4a79d71d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user