Skip to content
Snippets Groups Projects
Commit c7e9335e authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Adrian Schmutzler
Browse files

ipq40xx: Fix board-2.bin package name for Plasma Cloud PA2200


The board data file for the Plasma Cloud PA2200 is not part of the default
board-2.bin which is shipped by ath10k-board-qca4019. A typo in the device
package name resulted in a not correctly selected package for the device
specific board-2.bin. The wifi driver has therefore loaded the wrong
calibration information into the wifi chip.

Fixes: 4871fd26 ("ipq40xx: add support for Plasma Cloud PA2200")
Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
parent d0ffc175
No related branches found
No related tags found
No related merge requests found
...@@ -720,7 +720,7 @@ define Device/plasmacloud_pa2200 ...@@ -720,7 +720,7 @@ define Device/plasmacloud_pa2200
IMAGES += factory.bin IMAGES += factory.bin
IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=PA2200 IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=PA2200
IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
DEVICE_PACKAGES := ath10k-firmware-qca9888-ct ipq-wifi-plasmacloud-pa2200 DEVICE_PACKAGES := ath10k-firmware-qca9888-ct ipq-wifi-plasmacloud_pa2200
endef endef
TARGET_DEVICES += plasmacloud_pa2200 TARGET_DEVICES += plasmacloud_pa2200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment