lantiq-xway: add support for AVM FRITZ!Box 7320, 7330 and 7330 SL

This commit is contained in:
Dark4MD 2019-11-11 11:07:28 +01:00 committed by David Bauer
parent 24a98428d4
commit fb191ab8e4
2 changed files with 8 additions and 0 deletions

View File

@ -261,6 +261,9 @@ lantiq-xway
* AVM * AVM
- FRITZ!Box 7312 [#avmflash]_ - FRITZ!Box 7312 [#avmflash]_
- FRITZ!Box 7320 [#avmflash]_ [#lan_as_wan]_
- FRITZ!Box 7330 [#avmflash]_ [#lan_as_wan]_
- FRITZ!Box 7330 SL [#avmflash]_ [#lan_as_wan]_
mpc85xx-generic mpc85xx-generic
--------------- ---------------

View File

@ -1,3 +1,8 @@
device('avm-fritz-box-7312', 'avm_fritz7312', { device('avm-fritz-box-7312', 'avm_fritz7312', {
factory = false, factory = false,
}) })
device('avm-fritz-box-7320', 'avm_fritz7320', {
factory = false,
aliases = {'avm-fritz-box-7330', 'avm-fritz-box-7330-sl'},
})