]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: add calibration variant for TP-Link EAP225-Wall v2
authorChristoph Krapp <achterin@gmail.com>
Mon, 4 May 2026 07:23:13 +0000 (09:23 +0200)
committerRobert Marko <robimarko@gmail.com>
Thu, 7 May 2026 09:12:15 +0000 (11:12 +0200)
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>
target/linux/ath79/dts/qca9561_tplink_eap225-wall-v2.dts
target/linux/ath79/image/generic-tp-link.mk

index aa476ef536647c8853dac9710ff4d19e6766b6d8..71c4dc70a15bb1b9e558a2e6df8c5bbe5da83403 100644 (file)
@@ -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";
        };
 };
 
index 51af1b54d38a56e84dfba3b1d725ea952479d38c..ee0ab9c60d66a4f11b853e32075b540cacfe15d8 100644 (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