From 1af5605c1bfd9933a0038535902360667a5244a6 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) --- docs/user/supported_devices.rst | 1 + targets/ramips-mt7620 | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 8d8824deb..7fce36a64 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -394,6 +394,7 @@ ramips-mt7620 - EX3700 - EX3800 + - EX6130 * Nexx diff --git a/targets/ramips-mt7620 b/targets/ramips-mt7620 index 79c78e212..369400422 100644 --- a/targets/ramips-mt7620 +++ b/targets/ramips-mt7620 @@ -30,6 +30,10 @@ device('netgear-ex3700', 'netgear_ex3700', { factory_ext = '.chk', }) +device('netgear-ex6130', 'netgear_ex6130', { + factory_ext = '.chk', +}) + -- Nexx -- GitLab