From ed0cb90d429d08907de38f538c9e0abff7aad7fb Mon Sep 17 00:00:00 2001 From: "J. Burfeind" Date: Thu, 21 Apr 2022 22:42:07 +0200 Subject: [PATCH] ath79-generic: (re)add support for archer-c25-v1 (#2477) 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 520ad3eb..e2fcbcf5 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -291,6 +291,12 @@ device('tp-link-archer-c2-v3', 'tplink_archer-c2-v3', { broken = true, -- 64M ath9k + ath10k }) +device('tp-link-archer-c25-v1', 'tplink_archer-c25-v1', { + packages = ATH10K_PACKAGES_QCA9887, + broken = true, -- OOM with 5GHz enabled in most environments + class = 'tiny', -- 64M ath9k + ath10k +}) + device('tp-link-archer-c5-v1', 'tplink_archer-c5-v1', { packages = ATH10K_PACKAGES_QCA9880, })