From caf75dd9df28f8746d8864f46689ffebf6c67c89 Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Tue, 29 Apr 2025 17:47:53 +0200
Subject: [PATCH] ramips-mt7621: add support for Genexis Pulse EX400

Signed-off-by: David Bauer <mail@david-bauer.net>
---
 docs/user/supported_devices.rst | 4 ++++
 targets/ramips-mt7621           | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 9b072a6bd..09ae5cc88 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -453,6 +453,10 @@ ramips-mt7621
   - DIR-878 (A1)
   - DIR-882 (A1)
 
+* Genexis
+
+  - Pulse EX400
+
 * GL.iNet
 
   - GL-MT1300
diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index bde04233e..391a09d2b 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -53,6 +53,14 @@ device('d-link-dir-878-a1', 'dlink_dir-878-a1')
 device('d-link-dir-882-a1', 'dlink_dir-882-a1')
 
 
+-- Genexis
+
+device('genexis-pulse-ex400', 'genexis_pulse-ex400', {
+	factory = false,
+	sysupgrade = '-sysupgrade',
+})
+
+
 -- GL.iNet
 
 device('gl.inet-gl-mt1300', 'glinet_gl-mt1300', {
-- 
GitLab