ramips-mt76x8: add support for Netgear R6020 (#2620)

Co-authored-by: Christoph Krapp <christoph.krapp@power.cloud>
This commit is contained in:
Christoph Krapp 2022-08-27 12:56:36 +02:00 committed by GitHub
parent 28a4722cc7
commit ba69456653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -378,6 +378,7 @@ ramips-mt76x8
* NETGEAR
- R6020
- R6120
* RAVPower

View File

@ -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',
})