kmod-usb-net-cdc-mbim: fix module loading

cdc_mbim should be loaded after cdc_ncm (closes: #13562)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36856 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2013-06-05 14:34:50 +00:00
parent ab659cd65b
commit 0414091eba
1 changed files with 1 additions and 1 deletions

View File

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