[kernel] add cdc-mbim module

http://patchwork.openwrt.org/patch/3370/

Signed-off-by: Rusink Rusinkoff <rzrusink@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36184 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2013-04-03 10:00:55 +00:00
parent c0d814a55f
commit 1743b6a394

View File

@@ -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