diff options
author | Philip Balister <philip@balister.org> | 2007-01-22 23:24:38 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-01-22 23:24:38 +0000 |
commit | 1a2ae11fe27018575b72e88a0f36c48630863237 (patch) | |
tree | 2a52c956457b19293115a4ccb5b1423a30e2c16a /packages/linux | |
parent | 59eef48f549db256895ce0c50a205513feaa08d7 (diff) |
linux-omap1.inc : autoload ohci_hcd module so USB works without manual
intervention.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-omap1.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-omap1.inc b/packages/linux/linux-omap1.inc index 8e78ac1a5c..ac7d398122 100644 --- a/packages/linux/linux-omap1.inc +++ b/packages/linux/linux-omap1.inc @@ -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 |