diff options
author | Sven Eckelmann <sven@narfation.org> | 2021-09-11 08:33:30 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-09-19 20:01:10 +0200 |
commit | f6cce833589161d2f2267ef439d1749cd3b453ca (patch) | |
tree | f678ded182b5b4efbebeaa8bd11c0e782984235b /target/linux/ipq40xx/image | |
parent | 5eb6d7a358df7e7b87b9f54ce2b17111c6f3567d (diff) | |
download | upstream-f6cce833589161d2f2267ef439d1749cd3b453ca.tar.gz upstream-f6cce833589161d2f2267ef439d1749cd3b453ca.tar.bz2 upstream-f6cce833589161d2f2267ef439d1749cd3b453ca.zip |
ipq40xx: Fix board-2.bin package name for Plasma Cloud PA1200
The board data file for the Plasma Cloud PA1200 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: ea5bb6bbfee0 ("ipq40xx: add support for Plasma Cloud PA1200")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
(cherry picked from commit d0ffc175350f2be6174932dc0afd4d2737afe52d)
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 99881b70a5..099f7f8315 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -679,7 +679,7 @@ define Device/plasmacloud_pa1200 IMAGES += factory.bin IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=PA1200 IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata - DEVICE_PACKAGES := ipq-wifi-plasmacloud-pa1200 + DEVICE_PACKAGES := ipq-wifi-plasmacloud_pa1200 endef TARGET_DEVICES += plasmacloud_pa1200 |