gluon/targets/ramips-mt7620
Steffen Förster 954f31a761 ramips-mt7620: add support for Netgear EX3700/EX3800
Specifications:
* SoC: MT7620A
* RAM: 64 MB DDR
* Flash: 8MB NOR SPI flash
* WiFi: MT7612E (5Ghz) and builtin MT7620A (2.4GHz)
* LAN: 1x100M

The -factory images can be flashed from the device's web
interface or via nmrpflash.

Both devices differ by a additional power outlet for the EX3800.
This patch has been tested on a EX3800 device.
2020-10-06 00:04:22 +02:00

68 lines
1.0 KiB
Plaintext

-- ASUS
device('asus-rt-ac51u', 'rt-ac51u', {
factory = false,
broken = true, -- no 5GHz usable, LEDs not fully supported
})
-- GL.iNet
device('gl-mt300a', 'gl-mt300a', {
factory = false,
})
device('gl-mt300n', 'gl-mt300n', {
factory = false,
})
device('gl-mt750', 'gl-mt750', {
factory = false,
})
-- Netgear
device('netgear-ex3700', 'ex3700-ex3800', {
aliases = {
'netgear-ex3800',
'netgear-ex3700-ex3800',
},
factory_ext = '.chk',
})
-- Nexx
device('nexx-wt3020-8m', 'wt3020-8M', {
aliases = {
'nexx-wt3020ad',
'nexx-wt3020f',
'nexx-wt3020h',
},
})
-- TP-Link
local tplink_region_suffix = ''
if (env.GLUON_REGION or '') ~= '' then
tplink_region_suffix = '-' .. env.GLUON_REGION
end
device('tp-link-archer-c2-v1', 'tplink_c2-v1', {
factory = false,
})
device('tp-link-archer-c20-v1', 'tplink_c20-v1')
device('tp-link-archer-c20i', 'ArcherC20i')
device('tp-link-archer-c50', 'ArcherC50v1', {
factory = '-squashfs-factory' .. tplink_region_suffix,
})
-- Xiaomi
device('xiaomi-miwifi-mini', 'miwifi-mini', {
factory = false,
})