mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-06 12:44:00 -05:00
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
@ -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 New Issue
Block a user