From 1f2a41d76363bf2bda9c43aa7d53e6f586a17b11 Mon Sep 17 00:00:00 2001
From: "J. Burfeind" <git@aiyionpri.me>
Date: Mon, 20 Jun 2022 01:48:13 +0200
Subject: [PATCH] ath79-generic: (re)add wzr-hp-ag-300h / wzr-600dhp (#2515)

Both are effectively the same hardware, the latter being Buffalos
replacement model.

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

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index f1aee74fe..33005a077 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -9,6 +9,10 @@ ath79-generic
   - Fritz!WLAN Repeater 450E [#avmflash]_
   - Fritz!Box 4020 [#avmflash]_
 
+* Buffalo
+
+  - WZR-HP-AG300H / WZR-600DHP
+
 * devolo
 
   - WiFi pro 1200e [#lan_as_wan]_
diff --git a/targets/ath79-generic b/targets/ath79-generic
index 120ca28b1..96555c3a5 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -26,6 +26,11 @@ device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', {
 	factory = false,
 })
 
+-- Buffalo
+
+device('buffalo-wzr-hp-ag300h', 'buffalo_wzr-hp-ag300h')
+device('buffalo-wzr-600dhp', 'buffalo_wzr-600dhp')
+
 -- devolo
 
 device('devolo-wifi-pro-1200e', 'devolo_dvl1200e', {
-- 
GitLab