mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02:00
[package] kernel: add kmod-usb-serial-qualcomm (#8283)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30979 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aa76236b35
commit
b2cdc21a21
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2011 OpenWrt.org
|
# Copyright (C) 2006-2012 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -606,6 +606,20 @@ endef
|
|||||||
$(eval $(call KernelPackage,usb-serial-option))
|
$(eval $(call KernelPackage,usb-serial-option))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/usb-serial-qualcomm
|
||||||
|
TITLE:=Support for Qualcomm USB serial
|
||||||
|
KCONFIG:=CONFIG_USB_SERIAL_QUALCOMM
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/qcserial.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,65,qcserial)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb-serial-qualcomm/description
|
||||||
|
Kernel support for Qualcomm USB Serial devices (Gobi)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-serial-qualcomm))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-storage
|
define KernelPackage/usb-storage
|
||||||
TITLE:=USB Storage support
|
TITLE:=USB Storage support
|
||||||
DEPENDS:= +kmod-scsi-core
|
DEPENDS:= +kmod-scsi-core
|
||||||
|
Loading…
Reference in New Issue
Block a user