From: Philipp Zabel Date: Thu, 29 Mar 2007 13:43:13 +0000 (+0000) Subject: magician.conf: add usbhost MACHINE_FEATURE, drop kernel modules that are X-Git-Tag: Release-2010-05/1~8868^2~923 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470f71b8affaf52c3676124b985cba5ae27eb11b;p=openembedded.git magician.conf: add usbhost MACHINE_FEATURE, drop kernel modules that are taken care of by task-base --- diff --git a/conf/machine/magician.conf b/conf/machine/magician.conf index f2505dcab5..02fdea6c59 100644 --- a/conf/machine/magician.conf +++ b/conf/machine/magician.conf @@ -17,7 +17,7 @@ require conf/machine/include/tune-xscale.conf ROOT_FLASH_SIZE = "80" VOLATILE_STORAGE_SIZE = "64" GUI_MACHINE_CLASS = "smallscreen" -MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget" +MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget usbhost" # # We don't support jffs2 installations (yet). @@ -36,10 +36,6 @@ PREFERRED_VERSION_orinoco-modules = "0.15rc1" MACHINE_EXTRA_RRECOMMENDS = " \ kernel-module-leds-magician \ kernel-module-magician-ts \ - kernel-module-pxaficp-ir \ - kernel-module-uinput \ - kernel-module-hci-usb \ - kernel-module-ohci-hcd \ kernel-module-magician-flash \ kernel-module-magician-ds1wm \ kernel-module-magician-battery \