diff options
| author | Christian Marangi | 2025-05-30 19:21:09 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-06-06 07:43:40 +0000 |
| commit | 0bf055640190f4b0093dd4ee7f2665164099a55b (patch) | |
| tree | ceee373dd5458523fa8b1ff2e1d1c56fdd4752c6 | |
| parent | 8979768b979b7346cea0689670bdc1900787417e (diff) | |
| download | openwrt-0bf055640190f4b0093dd4ee7f2665164099a55b.tar.gz | |
ath79: add calibtation variant for TP-Link Archer C6 v2
Now that we have a board file, add calibration variant for TP-Link
Archer C6 v2 and add ipq-wifi package for it.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 427c4aa266169b67aa26c0817b807d2921b4bba5)
Signed-off-by: Leopoldo Pla <leopoldoplasempere@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19035
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_archer-c6-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/qca9563_tplink_archer-c6-v2.dts b/target/linux/ath79/dts/qca9563_tplink_archer-c6-v2.dts index 66ae2d1ffd..36281f4caa 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-c6-v2.dts +++ b/target/linux/ath79/dts/qca9563_tplink_archer-c6-v2.dts @@ -89,6 +89,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-c6-v2"; }; }; diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index c42338db78..9c1cf90a91 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -104,7 +104,7 @@ define Device/tplink_archer-c6-v2 DEVICE_MODEL := Archer C6 DEVICE_VARIANT := v2 (EU/RU/JP) TPLINK_BOARD_ID := ARCHER-C6-V2 - DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct + DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct -ath10k-board-qca9888 ipq-wifi-tplink_archer-c6-v2 endef TARGET_DEVICES += tplink_archer-c6-v2 |