magician.conf: add ohci-hcd kernel module, don't build jffs2 images for now
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 29 Mar 2007 13:30:19 +0000 (13:30 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 29 Mar 2007 13:30:19 +0000 (13:30 +0000)
conf/machine/magician.conf

index 3d1b602..f2505dc 100644 (file)
@@ -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 \