From 43d6f473dee47a2310dce7a432fa8414beb32d4a Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Wed, 6 Apr 2022 10:23:44 +0200 Subject: [PATCH] ath79-generic: (re)add archer c60 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 008f0643..985e0b9c 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -290,6 +290,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, })