lantiq-xrx200: add support for AVM Fritz!Box 3370 (#2056)
This commit is contained in:
parent
163427649c
commit
4134514986
@ -12,6 +12,24 @@ packages {
|
||||
}
|
||||
|
||||
|
||||
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'},
|
||||
},
|
||||
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', {
|
||||
factory = false,
|
||||
extra_images = {
|
||||
{'-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', {
|
||||
factory = false,
|
||||
aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'},
|
||||
|
Loading…
Reference in New Issue
Block a user