From 340f096926e2e787e55e1337f9f91733cb35e6ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Valentin?= Date: Fri, 17 Jun 2022 20:26:27 +0200 Subject: [PATCH] firmware-utils: Add support for ZyXEL LTE3301-Plus MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add header mapping for ZyXEL LTE3301-Plus to zytrx. Signed-off-by: André Valentin --- src/zytrx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zytrx.c b/src/zytrx.c index 8c113d6..0c69b6a 100644 --- a/src/zytrx.c +++ b/src/zytrx.c @@ -92,6 +92,7 @@ static struct board_t { uint32_t modelid; } boards[] = { { "MT7621A", "NR7101", 0x07010001 }, + { "MT7621A", "LTE3301-PLUS", 0x03030001 }, {} }; -- 2.30.2