ath79: add calibtation variant for TP-Link Archer C60 v1
authorChristoph Krapp <[email protected]>
Mon, 8 Sep 2025 20:18:05 +0000 (22:18 +0200)
committerHauke Mehrtens <[email protected]>
Sun, 21 Sep 2025 13:27:53 +0000 (15:27 +0200)
Now that we have a board file, add calibration variant for TP-Link
Archer C60 v1 and add ipq-wifi package for it.

Signed-off-by: Christoph Krapp <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19993
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/ath79/dts/qca9561_tplink_archer-c60-v1.dts
target/linux/ath79/image/generic-tp-link.mk

index b64f8c7cece1454f5accab394b0d94cb9d16a135..c0fa7eec5c7efb29f6dbd3b95cdb4ef08fe84bca 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-v1";
        };
 };
 
index ef63ebc9f29a4d4b90ad619bc392fd4b45b4a333..3235c5ea58779e8f860aa2e2c465941523c949f4 100644 (file)
@@ -129,7 +129,7 @@ define Device/tplink_archer-c60-v1
   DEVICE_MODEL := Archer C60
   DEVICE_VARIANT := v1
   TPLINK_BOARD_ID := ARCHER-C60-V1
-  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-v1
   SUPPORTED_DEVICES += archer-c60-v1
 endef
 TARGET_DEVICES += tplink_archer-c60-v1