lantiq-xway: add support for AVM FRITZ!Box 7320, 7330 and 7330 SL
This commit is contained in:
parent
24a98428d4
commit
fb191ab8e4
@ -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
|
||||||
---------------
|
---------------
|
||||||
|
@ -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'},
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user