kmod-usb-net-cdc-mbim: fix module loading
cdc_mbim should be loaded after cdc_ncm (closes: #13562) SVN-Revision: 36856
This commit is contained in:
parent
ecc95dcba8
commit
eed8141976
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ define KernelPackage/usb-net-cdc-mbim
|
|||
KCONFIG:=CONFIG_USB_NET_CDC_MBIM
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_mbim.ko
|
||||
AUTOLOAD:=$(call AutoLoad,61,cdc_mbim)
|
||||
AUTOLOAD:=$(call AutoLoad,62,cdc_mbim)
|
||||
$(call AddDepends/usb-net,+kmod-usb-wdm,+kmod-usb-net-cdc-ncm)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue