mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
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: Bjørn Mork <bjorn@mork.no> SVN-Revision: 44460
This commit is contained in:
parent
4e5c2b6f46
commit
dd41c1927c
@ -992,7 +992,8 @@ $(eval $(call KernelPackage,usb-atm-cxacru))
|
|||||||
define KernelPackage/usb-net
|
define KernelPackage/usb-net
|
||||||
TITLE:=Kernel modules for USB-to-Ethernet convertors
|
TITLE:=Kernel modules for USB-to-Ethernet convertors
|
||||||
DEPENDS:=+kmod-mii
|
DEPENDS:=+kmod-mii
|
||||||
KCONFIG:=CONFIG_USB_USBNET
|
KCONFIG:=CONFIG_USB_USBNET \
|
||||||
|
CONFIG_USB_NET_DRIVERS@ge3.18
|
||||||
AUTOLOAD:=$(call AutoProbe,usbnet)
|
AUTOLOAD:=$(call AutoProbe,usbnet)
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/usbnet.ko
|
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/usbnet.ko
|
||||||
$(call AddDepends/usb)
|
$(call AddDepends/usb)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user