From: Marcin Juszkiewicz Date: Wed, 11 Oct 2006 15:38:39 +0000 (+0000) Subject: h2200: cleaned task-base switch X-Git-Tag: Release-2010-05/1~9453^2~588 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5677e5a127defb332778feeea849d2b240367eb9;p=openembedded.git h2200: cleaned task-base switch - do not depend on udev - kernel26 feature take care of it - do not list usb gadget modules - feature them - fixed typo: s/__/_ in MACHINE_EXTRA_RRECOMMENDS --- diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 9adb6dbdcc..46a612ec5d 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -16,11 +16,8 @@ PCMCIA_MANAGER = "pcmciautils" MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget" -MACHINE_EXTRA_RDEPENDS = "mtd-utils h2200-bootloader kernel udev" -MACHINE_EXTRA__RRECOMMENDS = " kernel-module-snd_pcm_oss \ - g_ether \ - g_serial \ - g_file_storage" +MACHINE_EXTRA_RDEPENDS = "mtd-utils h2200-bootloader kernel" +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd_pcm_oss" #autoload on boot: module_autoload_snd-pcm-oss = "snd-pcm-oss"