Skip to content
Snippets Groups Projects
Unverified Commit d6dd6293 authored by Bob Idle's avatar Bob Idle Committed by GitHub
Browse files

gluon-core: drop removed devices (#3070)

parent e52409f4
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ if platform.match('ath79', 'generic', {
'tplink,wbs210-v1',
'tplink,wbs210-v2',
'tplink,wbs510-v1',
'ubnt,nanostation-m-xw',
'ubnt,unifi-ap-pro',
}) then
lan_ifname, wan_ifname = wan_ifname, lan_ifname
......
......@@ -41,10 +41,6 @@ function M.is_outdoor_device()
'tplink,wbs210-v1',
'tplink,wbs210-v2',
'tplink,wbs510-v1',
'ubnt,nanobeam-ac-xc',
'ubnt,nanobeam-m5-xw',
'ubnt,nanostation-loco-m-xw',
'ubnt,nanostation-m-xw',
'ubnt,unifi-ap-outdoor-plus',
'ubnt,unifiac-mesh',
'ubnt,unifiac-mesh-pro',
......@@ -58,7 +54,6 @@ function M.is_outdoor_device()
elseif M.match('ipq40xx', 'generic', {
'aruba,ap-365',
'engenius,ens620ext',
'plasmacloud,pa1200',
}) then
return true
......
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