Skip to content
Snippets Groups Projects
Commit dd41c192 authored by John Crispin's avatar John Crispin
Browse files

linux: fix kmod-usb-net-* for >= 3.17


Kernel commit 1bb5a356c3ea ("net: reduce USB network driver config
options.") hid the USB network drivers behind the new config symbol
CONFIG_USB_NET_DRIVERS.

Signed-off-by: default avatarBjørn Mork <bjorn@mork.no>

SVN-Revision: 44460
parent 4e5c2b6f
No related branches found
No related tags found
No related merge requests found
......@@ -992,7 +992,8 @@ $(eval $(call KernelPackage,usb-atm-cxacru))
define KernelPackage/usb-net
TITLE:=Kernel modules for USB-to-Ethernet convertors
DEPENDS:=+kmod-mii
KCONFIG:=CONFIG_USB_USBNET
KCONFIG:=CONFIG_USB_USBNET \
CONFIG_USB_NET_DRIVERS@ge3.18
AUTOLOAD:=$(call AutoProbe,usbnet)
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/usbnet.ko
$(call AddDepends/usb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment