From c4be106f4d989beae7e6dc0066c0595e1b1caa00 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Fri, 16 Jun 2023 22:35:44 +0200 Subject: [PATCH] qualcommax: ipq807x: include BDF for Compex WPQ873 Currently, Compex WPQ873 images are not including the ath11k BDF-s at all and this means that there is no WLAN support, so lets include the BDF as its already packaged. Fixes: 07c45c085908 ("ipq807x: add support for Compex WPQ873") Signed-off-by: Robert Marko --- target/linux/qualcommax/image/ipq807x.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/qualcommax/image/ipq807x.mk b/target/linux/qualcommax/image/ipq807x.mk index 6003f2a5c0..54f8caf5d7 100644 --- a/target/linux/qualcommax/image/ipq807x.mk +++ b/target/linux/qualcommax/image/ipq807x.mk @@ -46,6 +46,7 @@ define Device/compex_wpq873 PAGESIZE := 2048 DEVICE_DTS_CONFIG := config@hk09.wpq873 SOC := ipq8072 + DEVICE_PACKAGES := ipq-wifi-compex_wpq873 IMAGE/factory.ubi := append-ubi | qsdk-ipq-factory-nand endef TARGET_DEVICES += compex_wpq873 -- 2.30.2