Skip to content
Snippets Groups Projects
Unverified Commit 0dd9a3e0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: platform: add 2.4GHz-only outdoor devices

parent f4fe58cf
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,10 @@ end
function M.is_outdoor_device()
if M.match('ar71xx', 'generic', {
'bullet-m',
'cpe210',
'cpe510',
'wbs210',
'wbs510',
'lbe-m5',
'loco-m-xw',
'nanostation-m',
......@@ -35,6 +38,7 @@ function M.is_outdoor_device()
'rocket-m-ti',
'rocket-m-xw',
'unifi-outdoor',
'unifi-outdoor-plus',
}) then
return true
......@@ -46,7 +50,10 @@ function M.is_outdoor_device()
M.get_model() == 'Ubiquiti UniFi-AC-MESH-PRO' then
return true
elseif M.match('ath79', 'generic', {'devolo,dvl1750x'}) then
elseif M.match('ath79', 'generic', {
'devolo,dvl1750x',
'tplink,cpe220-v3',
}) then
return true
elseif M.match('ipq40xx', 'generic', {'engenius,ens620ext'}) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment