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:18 +0200 |
commit | a44fd27070e9fbd41dfa25585520f4b8937471cf (patch) | |
tree | bffd904021f04a4bc3ca5bf6a6f317f12bb046f5 /target/linux/ipq40xx | |
parent | f6cce833589161d2f2267ef439d1749cd3b453ca (diff) | |
download | upstream-a44fd27070e9fbd41dfa25585520f4b8937471cf.tar.gz upstream-a44fd27070e9fbd41dfa25585520f4b8937471cf.tar.bz2 upstream-a44fd27070e9fbd41dfa25585520f4b8937471cf.zip |
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: 4871fd2616ac ("ipq40xx: add support for Plasma Cloud PA2200")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
(cherry picked from commit c7e9335e4c23f3bd074cb2b215a289b8b75f319c)
Diffstat (limited to 'target/linux/ipq40xx')
-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 099f7f8315..49aa202e62 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -695,7 +695,7 @@ define Device/plasmacloud_pa2200 IMAGES += factory.bin 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 - DEVICE_PACKAGES := ath10k-firmware-qca9888-ct ipq-wifi-plasmacloud-pa2200 + DEVICE_PACKAGES := ath10k-firmware-qca9888-ct ipq-wifi-plasmacloud_pa2200 endef TARGET_DEVICES += plasmacloud_pa2200 |