diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 13:30:19 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-29 13:30:19 +0000 |
commit | d3e02ad77748dffa0c1027ba0dcd45ca34e3c0c0 (patch) | |
tree | 80328b34dc28685a5a3cf418b5459b067602808b /conf | |
parent | ff83f7e66a26a77d79a27a2ee0c693cff35be9d5 (diff) |
magician.conf: add ohci-hcd kernel module, don't build jffs2 images for now
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/magician.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/magician.conf b/conf/machine/magician.conf index 3d1b602def..f2505dcab5 100644 --- a/conf/machine/magician.conf +++ b/conf/machine/magician.conf @@ -20,6 +20,11 @@ GUI_MACHINE_CLASS = "smallscreen" MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget" # +# We don't support jffs2 installations (yet). +# +IMAGE_FSTYPES = "tar.bz2" + +# # Software/packages selection # PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" @@ -34,6 +39,7 @@ MACHINE_EXTRA_RRECOMMENDS = " \ 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 \ |