diff options
author | Robert Marko <robimarko@gmail.com> | 2023-06-16 22:35:44 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2023-06-16 22:39:30 +0200 |
commit | c4be106f4d989beae7e6dc0066c0595e1b1caa00 (patch) | |
tree | 5096cec3e39eb89b36de166cb9d793d9531c1166 /target | |
parent | 37e459321360aab13ed89647ed5c5033281047ae (diff) |
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 <robimarko@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/qualcommax/image/ipq807x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |