mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
kernel: usb-net depends on kernel MII support
SVN-Revision: 26425
This commit is contained in:
parent
dff02aa4b5
commit
d34eae3378
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ $(eval $(call KernelPackage,usb-atm-cxacru))
|
|||
|
||||
define KernelPackage/usb-net
|
||||
TITLE:=Kernel modules for USB-to-Ethernet convertors
|
||||
KCONFIG:=CONFIG_USB_USBNET
|
||||
KCONFIG:=CONFIG_USB_USBNET CONFIG_MII=y
|
||||
AUTOLOAD:=$(call AutoLoad,60,usbnet)
|
||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/usbnet.ko
|
||||
$(call AddDepends/usb)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue