ramips-mt76x8: add support for Netgear R6020 (#2620)
Co-authored-by: Christoph Krapp <christoph.krapp@power.cloud>
This commit is contained in:
parent
28a4722cc7
commit
ba69456653
@ -378,6 +378,7 @@ ramips-mt76x8
|
||||
|
||||
* NETGEAR
|
||||
|
||||
- R6020
|
||||
- R6120
|
||||
|
||||
* RAVPower
|
||||
|
@ -20,6 +20,10 @@ device('gl.inet-vixmini', 'glinet_vixmini', {
|
||||
|
||||
-- Netgear
|
||||
|
||||
device('netgear-r6020', 'netgear_r6020', {
|
||||
factory_ext = '.img',
|
||||
})
|
||||
|
||||
device('netgear-r6120', 'netgear_r6120', {
|
||||
factory_ext = '.img',
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user