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 <otavio@ossystems.com.br>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
Otavio Salvador 2015-05-11 12:03:20 -03:00
parent be0e5baa60
commit a5df741095

View File

@ -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"