]> Git Repo - buildroot-mgba.git/commitdiff
configs/imx6ulpico: also install QCA9377 firmware
authorFabio Estevam <[email protected]>
Wed, 4 Sep 2024 17:58:23 +0000 (14:58 -0300)
committerThomas Petazzoni <[email protected]>
Thu, 5 Sep 2024 19:42:04 +0000 (21:42 +0200)
Newer versions of the imx6ulpico board come populated with QCA9377
Wifi chip instad of BRCM4339.

Also install the QCA9377 firmware so that Wifi can work by default
on the newer board revisions.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/imx6ulpico_defconfig

index a77eac5c5862e0ec4c3b79fbbc94fc7c31929685..f01ab1975227473c223725f00d8b7ed2601664d5 100644 (file)
@@ -22,9 +22,10 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx6ul-pico-pi nxp/imx/imx6ul-pico-hob
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
 
-# wifi firmware for brcm4339
+# wifi firmware for brcm4339 and qca9377
 BR2_PACKAGE_LINUX_FIRMWARE=y
 BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XX=y
+BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_10K_QCA9377=y
 
 # For automatic firmware loading
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
This page took 0.032474 seconds and 4 git commands to generate.