The first revisions of the micro-som had BCM4329 populated, so add bcm4329-nvram-config to support Wifi on the older revision.
Signed-off-by: Fabio Estevam <[email protected]> --- conf/machine/cubox-i.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf index 5fb36ad..a14bbd2 100644 --- a/conf/machine/cubox-i.conf +++ b/conf/machine/cubox-i.conf @@ -27,6 +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 irda serial usbhost" -MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config" +MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config bcm4329-nvram-config" SERIAL_CONSOLE = "115200 ttymxc0" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
