diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 88b3f7cbf8422d0fc201718186c2bb27a70bdef5..a885d74f819c5401f6682d8d338287247259ec0f 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -274,6 +274,10 @@ lantiq-xway
   - FRITZ!Box 7330 [#avmflash]_ [#lan_as_wan]_
   - FRITZ!Box 7330 SL [#avmflash]_ [#lan_as_wan]_
 
+* NETGEAR
+
+  - DGN3500B [#lan_as_wan]_
+
 mpc85xx-generic
 ---------------
 
diff --git a/targets/lantiq-xway b/targets/lantiq-xway
index 7810df9f4446f7c8e12cc98f8b162b202b538908..e4b6874aebda37ab34e19fdc33d993bf371ae47e 100644
--- a/targets/lantiq-xway
+++ b/targets/lantiq-xway
@@ -6,3 +6,7 @@ device('avm-fritz-box-7320', 'avm_fritz7320', {
 	factory = false,
 	aliases = {'avm-fritz-box-7330', 'avm-fritz-box-7330-sl'},
 })
+
+device('netgear-dgn3500b', 'netgear_dgn3500b', {
+	factory_ext = '.img',
+})