summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/linux-2.6/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-01-06 12:22:29 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-01-06 12:22:29 +0000
commitf13759764c07506fa0a2237982aa534869bec26a (patch)
treecaf4d4051c9f13816ab993e306b67c3cadd91e66 /openwrt/target/linux/linux-2.6/Makefile
parente8344ee792716436941cde0bd8e0e6afe4d5f044 (diff)
downloadmtk-20170518-f13759764c07506fa0a2237982aa534869bec26a.zip
mtk-20170518-f13759764c07506fa0a2237982aa534869bec26a.tar.gz
mtk-20170518-f13759764c07506fa0a2237982aa534869bec26a.tar.bz2
Added support for ATM (needed by ueagle-atm), USB ATM, and VISOR USB serial controller to 2.6 and 2.4 x86
SVN-Revision: 2845
Diffstat (limited to 'openwrt/target/linux/linux-2.6/Makefile')
-rw-r--r--openwrt/target/linux/linux-2.6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile
index 423be9f..d64d7cc 100644
--- a/openwrt/target/linux/linux-2.6/Makefile
+++ b/openwrt/target/linux/linux-2.6/Makefile
@@ -366,6 +366,10 @@ $(eval $(call KMOD_template,USB_SERIAL_PL2303,usb-serial-pl2303,\
$(MODULES_DIR)/kernel/drivers/usb/serial/pl2303.ko \
,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 \
+,CONFIG_USB_SERIAL_VISOR,kmod-usb-serial,61,visor))
+
$(eval $(call KMOD_template,USB_STORAGE,usb-storage,\
$(MODULES_DIR)/kernel/drivers/scsi/scsi_mod.ko \
$(MODULES_DIR)/kernel/drivers/scsi/sd_mod.ko \