From 6526612aaf91ad5de6af8137a1bb6b645c9d3fc0 Mon Sep 17 00:00:00 2001
From: "J. Burfeind" <git@aiyionpri.me>
Date: Mon, 2 May 2022 23:38:56 +0200
Subject: [PATCH] ath79-generic: (re)add archer c60 (#2496)

Device is marked as broken due to ath9k+ath10k 8/64.

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 a66049ccc..6ad44a665 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -309,6 +309,12 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
 	packages = ATH10K_PACKAGES_QCA9888,
 })
 
+device('tp-link-archer-c60-v1', 'tplink_archer-c60-v1', {
+	packages = ATH10K_PACKAGES_QCA9888,
+	broken = true, -- OOM with 5GHz enabled in most environments
+	class = 'tiny', -- 64M ath9k + ath10k
+})
+
 device('tp-link-archer-c7-v2', 'tplink_archer-c7-v2', {
 	packages = ATH10K_PACKAGES_QCA9880,
 })
-- 
GitLab