summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Krapp2025-09-25 07:30:27 +0000
committerRobert Marko2025-10-14 15:50:54 +0000
commit2a44808374497b83edb76b4e384f280546a62dbe (patch)
treef7e07695ca1dae088fe012807d5dda4274e0bd7f
parent8ea1396fd29f8c3a509570be49e0298fc30266a1 (diff)
downloadopenwrt-2a44808374497b83edb76b4e384f280546a62dbe.tar.gz
ath79: add calibtation variant for TP-Link Archer C59 v1
Now that we have a board file, add calibration variant for TP-Link Archer C59 v1 and add ipq-wifi package for it. Tested-by: Mateusz Jończyk <matjon@users.noreply.github.com> Signed-off-by: Christoph Krapp <achterin@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20401 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts1
-rw-r--r--target/linux/ath79/image/generic-tp-link.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts b/target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts
index 4e6e90a8c3..4c8938f6fd 100644
--- a/target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts
+++ b/target/linux/ath79/dts/qca9561_tplink_archer-c59-v1.dts
@@ -37,6 +37,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-c59-v1";
};
};
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
index 3235c5ea58..cdc124dea5 100644
--- a/target/linux/ath79/image/generic-tp-link.mk
+++ b/target/linux/ath79/image/generic-tp-link.mk
@@ -79,7 +79,7 @@ define Device/tplink_archer-c59-v1
DEVICE_VARIANT := v1
TPLINK_BOARD_ID := ARCHER-C59-V1
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct \
- ath10k-firmware-qca9888-ct
+ ath10k-firmware-qca9888-ct ipq-wifi-tplink_archer-c59-v1
SUPPORTED_DEVICES += archer-c59-v1
endef
TARGET_DEVICES += tplink_archer-c59-v1