Add AVM 3370 only as broken device

1. Delete entry from list of supported devices
2. Add broken flag to both versions of the AVM 3370
This commit is contained in:
dzzinstant 2020-10-13 16:29:21 +02:00
parent 3638de5a4b
commit cd666f5a66
2 changed files with 2 additions and 1 deletions

View File

@ -270,7 +270,6 @@ 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

@ -6,6 +6,7 @@ device('avm-fritz-box-3370-rev-2-hynix-nand', 'avm_fritz3370-rev2-hynix', {
{'-squashfs-eva-filesystem', '-eva-filesystem', '.bin'},
{'-squashfs-eva-kernel', '-eva-kernel', '.bin'},
},
broken = true, -- no button for setup mode; hw revision not visible on device
})
device('avm-fritz-box-3370-rev-2-micron-nand', 'avm_fritz3370-rev2-micron', {
@ -14,6 +15,7 @@ device('avm-fritz-box-3370-rev-2-micron-nand', 'avm_fritz3370-rev2-micron', {
{'-squashfs-eva-filesystem', '-eva-filesystem', '.bin'},
{'-squashfs-eva-kernel', '-eva-kernel', '.bin'},
},
broken = true, -- no button for setup mode; hw revision not visible on device
})
device('avm-fritz-box-7360-sl', 'avm_fritz7360sl', {