From 4122c514a22442a58b2f99e4ba9617ff219b3089 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 12 Dec 2012 22:06:11 -0800 Subject: meta-nuc: include wifi chip microcode package in nuc.conf Add the microcode package needed to enable the Centrino Advanced-N 6235 card to nuc.conf. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-nuc/conf/machine/nuc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf index 6e612575..9e3b4f3d 100644 --- a/meta-nuc/conf/machine/nuc.conf +++ b/meta-nuc/conf/machine/nuc.conf @@ -19,7 +19,8 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ VA_FEATURES ?= "gst-va-intel va-intel" -MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms" +MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES} lms \ + linux-firmware-iwlwifi-6000g2b-6" # disable the serial port configuration SERIAL_CONSOLE = "" -- cgit v1.2.3-54-g00ecf