|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
#
|
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
|
# Copyright (C) 2006-2008 OpenWrt.org
|
|
|
|
|
#
|
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
@ -256,7 +256,7 @@ $(eval $(call KernelPackage,usb-serial-airprime)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define KernelPackage/usb-serial-belkin |
|
|
|
|
$(call usbdep,kmod-usb-serial @LINUX_2_6&&@!LINUX_2_6_23)
|
|
|
|
|
$(call usbdep,kmod-usb-serial)
|
|
|
|
|
TITLE:=Support for Belkin devices
|
|
|
|
|
KCONFIG:=CONFIG_USB_SERIAL_BELKIN
|
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/belkin_sa.$(LINUX_KMOD_SUFFIX)
|
|
|
|
@ -271,7 +271,7 @@ $(eval $(call KernelPackage,usb-serial-belkin)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define KernelPackage/usb-serial-ch341 |
|
|
|
|
$(call usbdep,kmod-usb-serial)
|
|
|
|
|
$(call usbdep,kmod-usb-serial @LINUX_2_6&&@!LINUX_2_6_23)
|
|
|
|
|
TITLE:=Support for CH341 devices
|
|
|
|
|
KCONFIG:=CONFIG_USB_SERIAL_CH341
|
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/ch341.$(LINUX_KMOD_SUFFIX)
|
|
|
|
|