[openwrt/openwrt] ipq40xx: Fix board-2.bin package name for Plasma Cloud PA2200

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 12 09:53:13 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c7e9335e4c23f3bd074cb2b215a289b8b75f319c

commit c7e9335e4c23f3bd074cb2b215a289b8b75f319c
Author: Sven Eckelmann <sven at narfation.org>
AuthorDate: Sat Sep 11 08:33:30 2021 +0200

    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 at narfation.org>
---
 target/linux/ipq40xx/image/generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index da1d1c15d5..18f5d238c7 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -720,7 +720,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
 



More information about the lede-commits mailing list