Skip to content

Commit 0636e89

Browse files
achterinrobimarko
authored andcommitted
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 <[email protected]> Signed-off-by: Christoph Krapp <[email protected]> Link: openwrt/openwrt#20496 Signed-off-by: Robert Marko <[email protected]>
1 parent 943c39d commit 0636e89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

target/linux/ath79/dts/qca9561_tplink_archer-c60-v2.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
reg = <0x0000 0 0 0 0>;
3434
nvmem-cells = <&precal_art_5000>, <&macaddr_info_8 (-1)>;
3535
nvmem-cell-names = "pre-calibration", "mac-address";
36+
qcom,ath10k-calibration-variant = "TP-Link-Archer-c60-v2";
3637
};
3738
};
3839

target/linux/ath79/image/generic-tp-link.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ define Device/tplink_archer-c60-v2
141141
DEVICE_MODEL := Archer C60
142142
DEVICE_VARIANT := v2
143143
TPLINK_BOARD_ID := ARCHER-C60-V2
144-
DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9888-ct
144+
DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9888-ct ipq-wifi-tplink_archer-c60-v2
145145
SUPPORTED_DEVICES += archer-c60-v2
146146
endef
147147
TARGET_DEVICES += tplink_archer-c60-v2

0 commit comments

Comments
 (0)