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)
@@ -19,6 +19,11 @@ VOLATILE_STORAGE_SIZE = "64"
 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
 #
@@ -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 \