From dd56c00c61f8b865594de974bbf3a709a718be4e Mon Sep 17 00:00:00 2001
From: Felix <8057646+GoliathLabs@users.noreply.github.com>
Date: Fri, 22 Mar 2024 15:12:11 +0100
Subject: [PATCH] ath79-generic: add support for NETGEAR WNDRMAC v2

This device was supported before the target-migration to ath79.
---
 docs/user/supported_devices.rst | 1 +
 targets/ath79-generic           | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 2357f2c57..da84efc03 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -78,6 +78,7 @@ ath79-generic
   - WNDR3700 (v1, v2)
   - WNDR3800
   - WNR2200 (8M, 16M)
+  - WNDRMAC (v2)
 
 * OCEDO
 
diff --git a/targets/ath79-generic b/targets/ath79-generic
index ca2f8cda1..c41bf0db2 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -228,6 +228,9 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', {
 	factory_ext = '.img',
 })
 
+device('netgear-wndrmac-v2', 'netgear_wndrmac-v2', {
+	factory_ext = '.img',
+})
 
 -- OCEDO
 
-- 
GitLab