From e0ad37c5d0f1205cd262ed195e1f605636389c48 Mon Sep 17 00:00:00 2001 From: Christoph Krapp Date: Mon, 4 May 2026 09:23:13 +0200 Subject: [PATCH] ath79: add calibration variant for TP-Link EAP225-Wall v2 Now that we have a board file, add calibration variant for TP-Link EAP225-Wall v2 and add ipq-wifi package for it. Tested-by: Alexander <52272120+alexxela1337@users.noreply.github.com> Signed-off-by: Christoph Krapp Link: https://github.com/openwrt/openwrt/pull/23216 Signed-off-by: Robert Marko --- target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts | 1 + target/linux/ath79/image/generic-tp-link.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts b/target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts index aa476ef536..71c4dc70a1 100644 --- a/target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts +++ b/target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts @@ -67,6 +67,7 @@ nvmem-cells = <&macaddr_info_8 1>, <&precalibration_ath10k>; nvmem-cell-names = "mac-address", "pre-calibration"; + qcom,ath10k-calibration-variant = "TP-Link-EAP225-Wall-v2"; }; }; diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 51af1b54d3..ee0ab9c60d 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -472,7 +472,7 @@ define Device/tplink_eap225-wall-v2 IMAGE_SIZE := 13824k DEVICE_MODEL := EAP225-Wall DEVICE_VARIANT := v2 - DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct + DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct ipq-wifi-tplink_eap225-wall-v2 TPLINK_BOARD_ID := EAP225-WALL-V2 endef TARGET_DEVICES += tplink_eap225-wall-v2