ramips-mt76x8: add support for Netgear R6020

This commit is contained in:
Christoph Krapp 2022-08-22 22:03:29 +02:00
parent 16227efd5d
commit 119b2bcd0b
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',
})