]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: add calibration variant for TP-Link Archer C60 v2 20497/head
authorChristoph Krapp <achterin@gmail.com>
Thu, 25 Sep 2025 10:26:45 +0000 (12:26 +0200)
committerRobert Marko <robimarko@gmail.com>
Fri, 24 Oct 2025 10:05:32 +0000 (12:05 +0200)
Now that we have a board file, add calibration variant for TP-Link
Archer C60 v2 and add ipq-wifi package for it.

Tested-by: Semih Baskan <strstgs@gmail.com>
Signed-off-by: Christoph Krapp <achterin@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20496
Link: https://github.com/openwrt/openwrt/pull/20497
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/dts/qca9561_tplink_archer-c60-v2.dts
target/linux/ath79/image/generic-tp-link.mk

index 34fe10cb51e47471d809c3b68fa2729355e0e9c5..f8625f2e7f78628e815bbe1bf99dc12cf6e5f6d0 100644 (file)
@@ -33,6 +33,7 @@
                reg = <0x0000 0 0 0 0>;
                nvmem-cells = <&precal_art_5000>, <&macaddr_info_8 (-1)>;
                nvmem-cell-names = "pre-calibration", "mac-address";
+               qcom,ath10k-calibration-variant = "TP-Link-Archer-c60-v2";
        };
 };
 
index b5b2ec8c7ce1b4902eda76cab786f5a6b007f43d..df6d0036fda4e6ca51d04db21c360dd6ccac983e 100644 (file)
@@ -141,7 +141,7 @@ define Device/tplink_archer-c60-v2
   DEVICE_MODEL := Archer C60
   DEVICE_VARIANT := v2
   TPLINK_BOARD_ID := ARCHER-C60-V2
-  DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9888-ct
+  DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9888-ct ipq-wifi-tplink_archer-c60-v2
   SUPPORTED_DEVICES += archer-c60-v2
 endef
 TARGET_DEVICES += tplink_archer-c60-v2