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 <achterin@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23216
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Christoph Krapp
2026-05-04 09:23:13 +02:00
committed by Robert Marko
parent 8b68067e14
commit e0ad37c5d0
2 changed files with 2 additions and 1 deletions
@@ -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";
};
};
+1 -1
View File
@@ -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