From a5df741095ca925dfceda07059e9df99282c13be Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 11 May 2015 12:03:20 -0300 Subject: [PATCH] cubox-i: Install bcm4330-nvram-config to enable WiFi support The WiFi chip installed in the board is the Broadcom 4330, so we ought to provide the proper nvram config and firmware to enable the board to proper support the WiFi. Change-Id: I4d5ed031edb28a79c033098d23eedc642cccc7e0 Signed-off-by: Otavio Salvador Tested-by: Fabio Estevam --- conf/machine/cubox-i.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf index 4d3e9fa..4809dcb 100644 --- a/conf/machine/cubox-i.conf +++ b/conf/machine/cubox-i.conf @@ -27,5 +27,6 @@ KERNEL_IMAGETYPE = "zImage" KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb" MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth irda serial usbhost wifi" +MACHINE_EXTRA_RRECOMMENDS += " bcm4330-nvram-config" SERIAL_CONSOLE = "115200 ttymxc0"