kernel: fix usb-net-cdc-mbim dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37415
This commit is contained in:
parent
b30b62619c
commit
3b985bae1b
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ define KernelPackage/usb-net-cdc-mbim
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_mbim.ko
|
$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_mbim.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,62,cdc_mbim)
|
AUTOLOAD:=$(call AutoLoad,62,cdc_mbim)
|
||||||
$(call AddDepends/usb-net,+kmod-usb-wdm,+kmod-usb-net-cdc-ncm)
|
$(call AddDepends/usb-net,+kmod-usb-wdm +kmod-usb-net-cdc-ncm)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/usb-net-cdc-mbim/description
|
define KernelPackage/usb-net-cdc-mbim/description
|
||||||
|
|
Loading…
Reference in a new issue