From 41345149867ba303a13169b4c9d0e9d7d3c0a6a9 Mon Sep 17 00:00:00 2001
From: dzzinstant <dzzinstant@users.noreply.github.com>
Date: Mon, 26 Oct 2020 13:00:15 +0100
Subject: [PATCH] lantiq-xrx200: add support for AVM Fritz!Box 3370 (#2056)

---
 targets/lantiq-xrx200 | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/targets/lantiq-xrx200 b/targets/lantiq-xrx200
index f015fb28e..dd871e953 100644
--- a/targets/lantiq-xrx200
+++ b/targets/lantiq-xrx200
@@ -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'},
-- 
GitLab