gluon-core: fix and complete list of outdoor board names

This commit is contained in:
Martin Weinelt 2019-06-16 22:43:23 +02:00
parent 8e176354f8
commit 4c025ec3be
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -24,9 +24,16 @@ end
function M.is_outdoor_device()
if M.match('ar71xx', 'generic', {
'cpe510-520-v1',
'ubnt-nano-m',
'ubnt-nano-m-xw',
'bullet-m',
'cpe510',
'lbe-m5',
'loco-m-xw',
'nanostation-m',
'nanostation-m-xw',
'rocket-m',
'rocket-m-ti',
'rocket-m-xw',
'unifi-outdoor',
}) then
return true