diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-28 21:36:34 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-28 21:36:34 +0000 |
commit | e7f0dfd6daa1d28bad9d1699b14973f7f5d1d787 (patch) | |
tree | 9aa18d57f154e4e07af2ad95149f48b999efdd99 /openwrt/target/linux/linux-2.6/Makefile | |
parent | feb64f5a16e568bc675b0d6f524b1f2e70c32ec6 (diff) |
add usb and mtd driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1776 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.6/Makefile')
-rw-r--r-- | openwrt/target/linux/linux-2.6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index 7108321282..cefc8f835d 100644 --- a/openwrt/target/linux/linux-2.6/Makefile +++ b/openwrt/target/linux/linux-2.6/Makefile @@ -112,8 +112,8 @@ $(eval $(call KMOD_template,USB_STORAGE,usb-storage,\ $(MODULES_DIR)/kernel/drivers/usb/storage/*.ko \ ,CONFIG_USB_STORAGE,kmod-usb-core,60,scsi_mod sd_mod usb-storage)) $(eval $(call KMOD_template,USB_PRINTER,usb-printer,\ - $(MODULES_DIR)/kernel/drivers/usb/printer.ko \ -,CONFIG_USB_PRINTER,kmod-usb-core,60,printer)) + $(MODULES_DIR)/kernel/drivers/usb/class/usblp.ko \ +,CONFIG_USB_PRINTER,kmod-usb-core,60,usblp)) $(eval $(call KMOD_template,IDE,ide,\ $(MODULES_DIR)/kernel/drivers/ide/*.ko \ $(MODULES_DIR)/kernel/drivers/ide/*/*.ko \ |