From: Philipp Zabel Date: Thu, 29 Mar 2007 13:30:19 +0000 (+0000) Subject: magician.conf: add ohci-hcd kernel module, don't build jffs2 images for now X-Git-Tag: Release-2010-05/1~8868^2~925 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e02ad77748dffa0c1027ba0dcd45ca34e3c0c0;p=openembedded.git magician.conf: add ohci-hcd kernel module, don't build jffs2 images for now --- 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 @@ -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 \