mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-24 04:55:40 +00:00
kernel/modules: fix CDC NCM dependencies
CDC NCM support only depends on CDC Ethernet with Linux 5.10. Fix thusly. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
8f1763684e
commit
7dde39962f
@ -1387,7 +1387,7 @@ define KernelPackage/usb-net-cdc-ncm
|
||||
KCONFIG:=CONFIG_USB_NET_CDC_NCM
|
||||
FILES:= $(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_ncm.ko
|
||||
AUTOLOAD:=$(call AutoProbe,cdc_ncm)
|
||||
$(call AddDepends/usb-net,+kmod-usb-net-cdc-ether)
|
||||
$(call AddDepends/usb-net,+!LINUX_5_4:kmod-usb-net-cdc-ether)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-net-cdc-ncm/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user