Merge commit '2360924e4a43754b5a3c24e5797d94c6a9451a7f' into lantiq-avm3370

Device definitions for AVM Fritzbox 3370 by Dark4MD/avm3370.
Starting point for full device integration into gluon.
This commit is contained in:
dzzinstant 2020-05-22 23:51:51 +02:00
commit ef0774d2bd
2 changed files with 19 additions and 0 deletions

View File

@ -270,6 +270,7 @@ lantiq-xrx200
* AVM
- FRITZ!Box 3370 (Hynix Nand, Micron Nand) [#lan_as_wan]_
- 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]_

View File

@ -1,3 +1,21 @@
-- AVM
device('avm-fritz-box-3370-rev-2-hynix-nand', 'avm_fritz3370-rev2-hynix', {
factory = false,
extra_images = {
{'-squashfs-eva-filesystem', '-eva-filesystem', '.bin'},
{'-squashfs-eva-kernel', '-eva-kernel', '.bin'},
},
})
device('avm-fritz-box-3370-rev-2-micron-nand', 'avm_fritz3370-rev2-micron', {
factory = false,
extra_images = {
{'-squashfs-eva-filesystem', '-eva-filesystem', '.bin'},
{'-squashfs-eva-kernel', '-eva-kernel', '.bin'},
},
})
device('avm-fritz-box-7360-sl', 'avm_fritz7360sl', {
factory = false,
aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'},