linux-omap1.inc : autoload ohci_hcd module so USB works without manual
authorPhilip Balister <philip@balister.org>
Mon, 22 Jan 2007 23:24:38 +0000 (23:24 +0000)
committerPhilip Balister <philip@balister.org>
Mon, 22 Jan 2007 23:24:38 +0000 (23:24 +0000)
                  intervention.

packages/linux/linux-omap1.inc

index 8e78ac1..ac7d398 100644 (file)
@@ -10,6 +10,8 @@ inherit kernel
 KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_OUTPUT = "${KERNEL_IMAGETYPE}"
 
+module_autoload_ohci-hcd_omap5912osk = "ohci-hcd"
+
 do_configure_prepend() {
 
         if [ "${TARGET_OS}" == "linux-gnueabi" -o  "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then