Skip to content
Snippets Groups Projects
Commit 954f31a7 authored by Steffen Förster's avatar Steffen Förster Committed by David Bauer
Browse files

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.
parent 73640292
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ local primary_addrs = {
'c20i',
'c50',
'tplink,c2-v1',
'ex3700'
}},
{'x86'},
}},
......
......@@ -20,6 +20,15 @@ device('gl-mt750', 'gl-mt750', {
factory = false,
})
-- Netgear
device('netgear-ex3700', 'ex3700-ex3800', {
aliases = {
'netgear-ex3800',
'netgear-ex3700-ex3800',
},
factory_ext = '.chk',
})
-- Nexx
......
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