From 6623ea7e4befa8d27203471310bc80e4bb630a9d Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 19 May 2015 13:44:37 -0300 Subject: [PATCH] imx6sl-warp: Install bcm4330-nvram-config to enable WiFi support The WiFi chip installed in the board is the Broadcom 4330, so provide the proper nvram config and firmware to enable Wifi by default. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- conf/machine/imx6sl-warp.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/imx6sl-warp.conf b/conf/machine/imx6sl-warp.conf index ee4b8ad..527dfc1 100644 --- a/conf/machine/imx6sl-warp.conf +++ b/conf/machine/imx6sl-warp.conf @@ -37,6 +37,8 @@ KERNEL_DEVICETREE = "imx6sl-warp.dtb" SERIAL_CONSOLE = "115200 ttymxc0" +MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config" + # The kernel used is based on Linux mainline so the FSL-specific # headers do not exist. The removal here allows the machine to be # built without errors.