From 9b7b0538784c196078548892b0c1aa67128a236c Mon Sep 17 00:00:00 2001
From: "J. Burfeind" <git@aiyionpri.me>
Date: Wed, 8 Jun 2022 23:23:08 +0200
Subject: [PATCH] ath79-generic: (re)add Archer C58 v1 (#2521)

Gone due to
commit 45c84a117bf8 ("ar71xx: drop target")
---
 targets/ath79-generic | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/targets/ath79-generic b/targets/ath79-generic
index a2b31a9bd..f32803ee0 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -312,6 +312,12 @@ device('tp-link-archer-c5-v1', 'tplink_archer-c5-v1', {
 	packages = ATH10K_PACKAGES_QCA9880,
 })
 
+device('tp-link-archer-c58-v1', 'tplink_archer-c58-v1', {
+	packages = ATH10K_PACKAGES_QCA9888,
+	broken = true, -- OOM with 5GHz enabled in most environments
+	class = 'tiny', -- 64M ath9k + ath10k
+})
+
 device('tp-link-archer-c6-v2-eu-ru-jp', 'tplink_archer-c6-v2', {
 	packages = ATH10K_PACKAGES_QCA9888,
 	manifest_aliases = {
-- 
GitLab