From ea09c97d2f482d17d71d3812311abc3197cb1537 Mon Sep 17 00:00:00 2001 From: Dark4MD Date: Tue, 7 Jan 2020 12:40:40 +0100 Subject: [PATCH] lantiq-xrx200: add support for AVM FRITZ!Box 3370 (Hynix and Micron) 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 --- docs/user/supported_devices.rst | 1 + targets/lantiq-xrx200 | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 1b63f56b..a7a4cd94 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -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]_ diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200 index aba9f396..77b9470a 100644 --- a/targets/lantiq-xrx200 +++ b/targets/lantiq-xrx200 @@ -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'},