From bc09b7ecbb2483a296f967e4592c35b6277b5693 Mon Sep 17 00:00:00 2001
From: "aiyion.prime" <git@aiyionpri.me>
Date: Thu, 16 Jun 2022 18:24:22 +0200
Subject: [PATCH] ath79-nand: (re)add WNDR4300v1

Gone due to
commit 45c84a1 ("ar71xx: drop target")
---
 docs/user/supported_devices.rst | 1 +
 targets/ath79-nand              | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index b2450df14..24e4c078d 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -146,6 +146,7 @@ ath79-nand
 * Netgear
 
   - WNDR3700 (v4)
+  - WNDR4300 (v1)
 
 ath79-mikrotik
 --------------
diff --git a/targets/ath79-nand b/targets/ath79-nand
index 62bb654b8..757d24a12 100644
--- a/targets/ath79-nand
+++ b/targets/ath79-nand
@@ -33,6 +33,10 @@ device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
 	},
 })
 
+device('netgear-wndr4300', 'netgear_wndr4300', {
+	factory_ext = '.img',
+})
+
 
 -- ZTE
 
-- 
GitLab