aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/magician.conf
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-03-29 13:30:19 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-03-29 13:30:19 +0000
commitd3e02ad77748dffa0c1027ba0dcd45ca34e3c0c0 (patch)
tree80328b34dc28685a5a3cf418b5459b067602808b /conf/machine/magician.conf
parentff83f7e66a26a77d79a27a2ee0c693cff35be9d5 (diff)
downloadopenembedded-d3e02ad77748dffa0c1027ba0dcd45ca34e3c0c0.tar.gz
magician.conf: add ohci-hcd kernel module, don't build jffs2 images for now
Diffstat (limited to 'conf/machine/magician.conf')
-rw-r--r--conf/machine/magician.conf6
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 \