add cdc-mbim module
http://patchwork.openwrt.org/patch/3370/ Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com> SVN-Revision: 36184
This commit is contained in:
parent
c838ec2391
commit
30ee3ef24e
1 changed files with 16 additions and 0 deletions
|
@ -842,6 +842,22 @@ endef
|
|||
|
||||
$(eval $(call KernelPackage,usb-net-rndis))
|
||||
|
||||
define KernelPackage/usb-net-cdc-mbim
|
||||
SUBMENU:=$(USB_MENU)
|
||||
TITLE:=Kernel module for MBIM Devices
|
||||
KCONFIG:=CONFIG_USB_NET_CDC_MBIM
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_mbim.ko
|
||||
AUTOLOAD:=$(call AutoLoad,61,cdc_mbim)
|
||||
$(call AddDepends/usb-net,+kmod-usb-wdm,+kmod-usb-net-cdc-ncm)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-net-cdc-mbim/description
|
||||
Kernel module for Option USB High Speed Mobile Devices
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-net-cdc-mbim))
|
||||
|
||||
define KernelPackage/usb-net-cdc-ncm
|
||||
TITLE:=Support for CDC NCM connections
|
||||
KCONFIG:=CONFIG_USB_NET_CDC_NCM
|
||||
|
|
Loading…
Reference in a new issue