From patchwork Thu Mar 24 15:09:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2011.03-maintenance, 7/7] bug20: add wifi and bluetooth to MACHINE_FEATURES Date: Thu, 24 Mar 2011 15:09:55 -0000 From: Stefan Schmidt X-Patchwork-Id: 1779 Message-Id: <351694e44e10948c9497c9919b45a403b6df6a3f.1300979039.git.stefan@buglabs.net> To: openembedded-devel@lists.openembedded.org From: Denis Carikli Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Stefan Schmidt Signed-off-by: Stefan Schmidt --- conf/machine/bug20.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf index a9441bd..95ce49c 100644 --- a/conf/machine/bug20.conf +++ b/conf/machine/bug20.conf @@ -47,7 +47,7 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" PREFERRED_VERSION_u-boot = "git" # and sdio -MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" +MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa wifi bluetooth" # We don't provide a bug20 x-load config yet XLOAD_MACHINE = "omap3530beagle_config"