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 | 8c1fd3fc2df82ae8290be58900f7bd7a4aeb6d0e (patch) | |
tree | 82808aa843ed8de908259f9eb67a915d58268281 /target/linux/linux-2.6/Makefile | |
parent | b6deb9dd3ecd9e8581dd4787306ff0c6ebed00f4 (diff) |
add usb and mtd driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1776 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.6/Makefile')
-rw-r--r-- | target/linux/linux-2.6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile index 7108321282..cefc8f835d 100644 --- a/target/linux/linux-2.6/Makefile +++ b/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 \ |