1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 01:27:28 +02:00

kernel: add package for huawei ncm modems

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 42304
This commit is contained in:
John Crispin 2014-08-26 13:11:56 +00:00
parent 315e567ab2
commit 65ebca1d5e

View File

@ -1215,6 +1215,21 @@ endef
$(eval $(call KernelPackage,usb-net-cdc-ncm))
define KernelPackage/usb-net-huawei-cdc-ncm
TITLE:=Support for Huawei CDC NCM connections
KCONFIG:=CONFIG_USB_NET_HUAWEI_CDC_NCM
FILES:= $(LINUX_DIR)/drivers/$(USBNET_DIR)/huawei_cdc_ncm.ko
AUTOLOAD:=$(call AutoProbe,huawei_cdc_ncm)
$(call AddDepends/usb-net,+kmod-usb-wdm @(LINUX_3_13||LINUX_3_14))
endef
define KernelPackage/usb-net-huawei-cdc-ncm/description
Kernel support for Huawei CDC NCM connections
endef
$(eval $(call KernelPackage,usb-net-huawei-cdc-ncm))
define KernelPackage/usb-net-sierrawireless
TITLE:=Support for Sierra Wireless devices
KCONFIG:=CONFIG_USB_SIERRA_NET