From: nbd Date: Sat, 13 Aug 2005 16:17:13 +0000 (+0000) Subject: fix usb-ohci modules.d file X-Git-Tag: fast2504n-3.10.28-merged~22942^2~2177 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=b30b052e92a9da584b09384e122d3110eef853d5;p=openwrt.git fix usb-ohci modules.d file git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1633 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile index 00d46933f7..ff3cbb6e13 100644 --- a/target/linux/linux-2.4/Makefile +++ b/target/linux/linux-2.4/Makefile @@ -112,7 +112,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/usb-ohci.o \ -,CONFIG_USB_OHCI,kmod-usb-core,60,ohci)) +,CONFIG_USB_OHCI,kmod-usb-core,60,usb-ohci)) $(eval $(call KMOD_template,USB2,usb2,\ $(MODULES_DIR)/kernel/drivers/usb/host/ehci-hcd.o \ ,CONFIG_USB_EHCI_HCD,kmod-usb-core,60,ehci-hcd))