diff options
| author | Christoph Krapp | 2025-09-25 10:26:45 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-10-24 10:05:32 +0000 |
| commit | 2d758300e38b3c214a5c63bcfab163b4b1ebd019 (patch) | |
| tree | 6a8a8ecb6de4c9574e400cfdf4f2091e48747e00 | |
| parent | dbf2c101edde9d013658309608b37408fbc235e1 (diff) | |
| download | openwrt-2d758300e38b3c214a5c63bcfab163b4b1ebd019.tar.gz | |
ath79: add calibration variant for TP-Link Archer C60 v2
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>
| -rw-r--r-- | target/linux/ath79/dts/qca9561_tplink_archer-c60-v2.dts | 1 | ||||
| -rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9561_tplink_archer-c60-v2.dts b/target/linux/ath79/dts/qca9561_tplink_archer-c60-v2.dts index 34fe10cb51..f8625f2e7f 100644 --- a/target/linux/ath79/dts/qca9561_tplink_archer-c60-v2.dts +++ b/target/linux/ath79/dts/qca9561_tplink_archer-c60-v2.dts @@ -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"; }; }; diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index b5b2ec8c7c..df6d0036fd 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -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 |