lantiq-xrx200: add support for AVM FRITZ!Box 7360 (v1, v2) and 7360 SL

This commit is contained in:
Dark4MD 2019-12-09 16:14:53 +01:00 committed by David Bauer
parent 510bcd4ab4
commit 40ef70534d
2 changed files with 7 additions and 0 deletions

View File

@ -250,6 +250,8 @@ lantiq-xrx200
* AVM
- FRITZ!Box 7360 (v1, v2) [#avmflash]_ [#lan_as_wan]_
- FRITZ!Box 7360 SL [#avmflash]_ [#lan_as_wan]_
- FRITZ!Box 7362 SL [#eva_ramboot]_ [#lan_as_wan]_
- FRITZ!Box 7412 [#eva_ramboot]_

View File

@ -1,3 +1,8 @@
device('avm-fritz-box-7360-sl', 'avm_fritz7360sl', {
factory = false,
aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'},
})
device('avm-fritz-box-7362-sl', 'avm_fritz7362sl', {
factory = false,
})