From b01327b5d6b47e1699bede9688c12dfd87a1fe34 Mon Sep 17 00:00:00 2001
From: Nudelsalat <fabian.dressler@me.com>
Date: Mon, 20 Jan 2020 18:33:28 +0100
Subject: [PATCH] ramips-mt7621: add support for Netgear EX6150

---
 docs/user/supported_devices.rst | 1 +
 targets/ramips-mt7621           | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 89191e351..521cd0ec7 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -324,6 +324,7 @@ ramips-mt7621
 
 * NETGEAR
 
+  - EX6150
   - R6220
 
 * Ubiquiti
diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index 196022b05..9b3ddf86e 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -12,6 +12,10 @@ device('d-link-dir-860l-b1', 'dir-860l-b1')
 
 -- Netgear
 
+device('netgear-ex6150', 'netgear_ex6150', {
+        factory_ext = '.chk',
+})
+
 device('netgear-r6220', 'r6220', {
 	factory_ext = '.img',
 })
-- 
GitLab