lantiq-xway: add support for NETGEAR DGN3500B

This commit is contained in:
Andreas Ziegler 2020-03-09 18:30:20 +01:00
parent cd09c95e60
commit d8b944ea95
2 changed files with 8 additions and 0 deletions

View File

@ -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
---------------

View File

@ -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',
})