mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
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:
committed by
Robert Marko
parent
8b68067e14
commit
e0ad37c5d0
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user