From bdee11407c3ed8a3693c06a86e828df271514e21 Mon Sep 17 00:00:00 2001 From: fabianh95 <34536482+fabianh95@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:19:56 +0200 Subject: [PATCH] ramips-mt7620: add support for Netgear EX6130 (#3304) (cherry picked from commit 1af5605c1bfd9933a0038535902360667a5244a6) --- docs/user/supported_devices.rst | 1 + targets/ramips-mt7620 | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 5ae52238..c5a7b624 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -391,6 +391,7 @@ ramips-mt7620 - EX3700 - EX3800 + - EX6130 * Nexx diff --git a/targets/ramips-mt7620 b/targets/ramips-mt7620 index fbf57ba8..9d1d3276 100644 --- a/targets/ramips-mt7620 +++ b/targets/ramips-mt7620 @@ -29,6 +29,11 @@ device('netgear-ex3700', 'netgear_ex3700', { factory_ext = '.chk', }) +device('netgear-ex6130', 'netgear_ex6130', { + factory_ext = '.chk', +}) + + -- Nexx device('nexx-wt3020-8m', 'nexx_wt3020-8m', { -- GitLab