From f02d09948c986847f8e07d89f771f6f0105c05b2 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 24 Apr 2005 07:24:45 +0000 Subject: ship usb host and bluetooth modules in CKX base images BKrev: 426b49bdx0JOz1bZF63WJQmrlJb6MA --- conf/machine/spitz.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf/machine/spitz.conf') diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index f7130ed6bf..f8946fc42f 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -11,6 +11,13 @@ PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs" PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs" PIVOTBOOT_EXTRA_RRECOMMENDS += "" +# BI Module BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxa27x-bi" +# USB Host Modules +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \ + kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb kernel-module-bfusb" + +IMAGE_FSTYPES = "jffs2 tar" + ROOT_FLASH_SIZE = "16" -- cgit 1.2.3-korg