gluon-core: fix and complete list of outdoor board names
This commit is contained in:
parent
3d4fb37351
commit
cd9f1a0f0c
@ -24,9 +24,16 @@ end
|
|||||||
|
|
||||||
function M.is_outdoor_device()
|
function M.is_outdoor_device()
|
||||||
if M.match('ar71xx', 'generic', {
|
if M.match('ar71xx', 'generic', {
|
||||||
'cpe510-520-v1',
|
'bullet-m',
|
||||||
'ubnt-nano-m',
|
'cpe510',
|
||||||
'ubnt-nano-m-xw',
|
'lbe-m5',
|
||||||
|
'loco-m-xw',
|
||||||
|
'nanostation-m',
|
||||||
|
'nanostation-m-xw',
|
||||||
|
'rocket-m',
|
||||||
|
'rocket-m-ti',
|
||||||
|
'rocket-m-xw',
|
||||||
|
'unifi-outdoor',
|
||||||
}) then
|
}) then
|
||||||
return true
|
return true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user