2019-06-14 17:20:15 +00:00
|
|
|
-- ASUS
|
2019-02-09 22:31:58 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
device('asus-rt-ac51u', 'rt-ac51u', {
|
|
|
|
factory = false,
|
|
|
|
broken = true, -- no 5GHz usable, LEDs not fully supported
|
|
|
|
})
|
2019-01-16 13:43:16 +00:00
|
|
|
|
2017-08-27 19:39:39 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
-- GL Innovations
|
2017-08-27 19:39:39 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
device('gl-mt300a', 'gl-mt300a', {
|
|
|
|
factory = false,
|
|
|
|
})
|
2019-01-16 13:43:16 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
device('gl-mt300n', 'gl-mt300n', {
|
|
|
|
factory = false,
|
|
|
|
})
|
2019-01-16 13:43:16 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
device('gl-mt750', 'gl-mt750', {
|
|
|
|
factory = false,
|
|
|
|
})
|
2019-03-29 11:43:05 +00:00
|
|
|
|
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
-- Nexx
|
|
|
|
|
|
|
|
device('nexx-wt3020-8m', 'wt3020-8M', {
|
|
|
|
aliases = {
|
|
|
|
'nexx-wt3020ad',
|
|
|
|
'nexx-wt3020f',
|
|
|
|
'nexx-wt3020h',
|
|
|
|
},
|
|
|
|
})
|
|
|
|
|
2020-01-05 23:02:44 +00:00
|
|
|
-- TP-Link
|
|
|
|
|
2019-11-07 08:58:28 +00:00
|
|
|
local tplink_region_suffix = ''
|
|
|
|
if (env.GLUON_REGION or '') ~= '' then
|
|
|
|
tplink_region_suffix = '-' .. env.GLUON_REGION
|
|
|
|
end
|
|
|
|
|
2020-01-05 23:02:44 +00:00
|
|
|
device('tp-link-archer-c2-v1', 'tplink_c2-v1', {
|
|
|
|
factory = false,
|
|
|
|
})
|
|
|
|
|
2020-01-20 22:26:04 +00:00
|
|
|
device('tp-link-archer-c20-v1', 'tplink_c20-v1')
|
|
|
|
|
2020-01-07 23:31:19 +00:00
|
|
|
device('tp-link-archer-c20i', 'ArcherC20i')
|
|
|
|
|
2019-11-07 08:58:28 +00:00
|
|
|
device('tp-link-archer-c50', 'ArcherC50v1', {
|
|
|
|
factory = '-squashfs-factory' .. tplink_region_suffix,
|
|
|
|
})
|
|
|
|
|
2020-01-05 23:02:44 +00:00
|
|
|
|
2019-06-14 17:20:15 +00:00
|
|
|
-- Xiaomi
|
|
|
|
|
|
|
|
device('xiaomi-miwifi-mini', 'miwifi-mini', {
|
|
|
|
factory = false,
|
|
|
|
})
|