aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-10-02 23:17:44 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-10-02 23:17:44 +0000
commit3c8cc06f9f7e69ca97a26f3788d92709b81b04c7 (patch)
tree95898d69d5a8ad9a916dbca82b2c6426ada14446 /target
parent3587faf3bcb3d16ef838efb9e51395569ca95a8e (diff)
downloadmaster-187ad058-3c8cc06f9f7e69ca97a26f3788d92709b81b04c7.tar.gz
master-187ad058-3c8cc06f9f7e69ca97a26f3788d92709b81b04c7.tar.bz2
master-187ad058-3c8cc06f9f7e69ca97a26f3788d92709b81b04c7.zip
fix name of ohci modul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2034 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/linux-2.6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile
index 0206c62ffa..33777088ac 100644
--- a/target/linux/linux-2.6/Makefile
+++ b/target/linux/linux-2.6/Makefile
@@ -100,7 +100,7 @@ $(eval $(call KMOD_template,USB_UHCI,usb-uhci,\
,CONFIG_USB_UHCI_ALT,kmod-usb-core,60,uhci))
$(eval $(call KMOD_template,USB_OHCI,usb-ohci,\
$(MODULES_DIR)/kernel/drivers/usb/host/ohci-hcd.ko \
-,CONFIG_USB_OHCI_HCD,kmod-usb-core,60,ohci))
+,CONFIG_USB_OHCI_HCD,kmod-usb-core,60,ohci-hcd))
$(eval $(call KMOD_template,USB2,usb2,\
$(MODULES_DIR)/kernel/drivers/usb/host/ehci-hcd.ko \
,CONFIG_USB_EHCI_HCD,kmod-usb-core,60,ehci-hcd))