From ee9e904bbe13536ff579a1ca2d25026bd5c83f20 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 2 Jan 2021 19:48:44 +0100 Subject: [PATCH] ath79: add experimental WDR and Archer C7 v2 --- targets/ath79-generic | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/targets/ath79-generic b/targets/ath79-generic index a8cf4c17..246baabc 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -85,4 +85,12 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', { packages = ATH10K_PACKAGES_QCA9888, }) +device('tp-link-archer-c7-v1', 'tplink_archer-c7-v1', { + packages = ATH10K_PACKAGES_QCA9880, +}) + device('tp-link-cpe220-v3', 'tplink_cpe220-v3') + +device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1') + +device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')