mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-08 00:57:09 +01:00
ath79: add calibtation variant for Xiaomi AIoT AC2350
Add calibration variant and ipq-wifi package for Xiaomi AIoT AC2350 Signed-off-by: Igor Dyatlov <dyatlov.igor@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19707 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
c42f05bf36
commit
664424aaeb
2 changed files with 2 additions and 1 deletions
|
|
@ -201,5 +201,6 @@
|
|||
reg = <0x0000 0 0 0 0>;
|
||||
nvmem-cells = <&precal_art_5000>;
|
||||
nvmem-cell-names = "pre-calibration";
|
||||
qcom,ath10k-calibration-variant = "Xiaomi-AIoT-AC2350";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -3298,7 +3298,7 @@ define Device/xiaomi_aiot-ac2350
|
|||
SOC := qca9563
|
||||
DEVICE_VENDOR := Xiaomi
|
||||
DEVICE_MODEL := AIoT AC2350
|
||||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9984-ct
|
||||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9984-ct ipq-wifi-xiaomi_aiot-ac2350
|
||||
IMAGE_SIZE := 14336k
|
||||
endef
|
||||
TARGET_DEVICES += xiaomi_aiot-ac2350
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue