diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 523b5ce4..206463cd 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -51,7 +51,7 @@ ath79-generic * Netgear - WNDR3700 (v1, v2) - - WNR2200 (8M) + - WNR2200 (8M, 16M) * OCEDO diff --git a/targets/ath79-generic b/targets/ath79-generic index bf400e0c..e22ef983 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -156,6 +156,10 @@ device('netgear-wnr2200-8m', 'netgear_wnr2200-8m', { factory_ext = '.img', }) +device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', { + factory_ext = '.img', +}) + -- OCEDO