diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 13:43:13 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 13:43:13 +0000 |
commit | 470f71b8affaf52c3676124b985cba5ae27eb11b (patch) | |
tree | 5df80d28ea263974b14df0d536efa3bc8eb39d48 /conf/machine/magician.conf | |
parent | 831e97601a7bd95f3e71567a51ce31dab5eaa2a6 (diff) |
magician.conf: add usbhost MACHINE_FEATURE, drop kernel modules that are
taken care of by task-base
Diffstat (limited to 'conf/machine/magician.conf')
-rw-r--r-- | conf/machine/magician.conf | 6 |
1 files changed, 1 insertions, 5 deletions
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 \ |