Support included for the Hynix and Micron NAND Variant. Install via EVA Bootloader like discribed in the OpenWRT Commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=0b62fe5ed87ecac52301096b15abb69f96117c8c
31 lines
874 B
Plaintext
31 lines
874 B
Plaintext
-- 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'},
|
|
})
|
|
|
|
device('avm-fritz-box-7362-sl', 'avm_fritz7362sl', {
|
|
factory = false,
|
|
})
|
|
|
|
device('avm-fritz-box-7412', 'avm_fritz7412', {
|
|
factory = false,
|
|
})
|