diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 89191e35..521cd0ec 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -324,6 +324,7 @@ ramips-mt7621 * NETGEAR + - EX6150 - R6220 * Ubiquiti diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621 index 196022b0..9b3ddf86 100644 --- a/targets/ramips-mt7621 +++ b/targets/ramips-mt7621 @@ -12,6 +12,10 @@ device('d-link-dir-860l-b1', 'dir-860l-b1') -- Netgear +device('netgear-ex6150', 'netgear_ex6150', { + factory_ext = '.chk', +}) + device('netgear-r6220', 'r6220', { factory_ext = '.img', })