diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index c0408731..5e36946e 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -378,6 +378,7 @@ ramips-mt76x8 * NETGEAR + - R6020 - R6120 * RAVPower diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8 index c3d19abf..e23d3cad 100644 --- a/targets/ramips-mt76x8 +++ b/targets/ramips-mt76x8 @@ -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', })