From 839e5b8db5dd7e2887e3f9ef5de7dec6366ec9bc Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 7 Jan 2006 00:44:05 +0000 Subject: Added support for httpd IP address binding, worksforme #108 Corrected module extension in for kmod-usb-visor git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2850 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/linux-2.6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile index f961b7c36..b07d23b7f 100644 --- a/target/linux/linux-2.6/Makefile +++ b/target/linux/linux-2.6/Makefile @@ -368,7 +368,7 @@ $(eval $(call KMOD_template,USB_SERIAL_PL2303,usb-serial-pl2303,\ ,CONFIG_USB_SERIAL_PL2303,kmod-usb-serial,61,pl2303)) $(eval $(call KMOD_template,USB_SERIAL_VISOR,usb-serial-visor,\ - $(MODULES_DIR)/kernel/drivers/usb/serial/visor.o \ + $(MODULES_DIR)/kernel/drivers/usb/serial/visor.ko \ ,CONFIG_USB_SERIAL_VISOR,kmod-usb-serial,61,visor)) $(eval $(call KMOD_template,USB_STORAGE,usb-storage,\ -- cgit v1.2.3