mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-14 00:06:46 +00:00
kernel: usb: simplify usb-net kconfig
Now that CONFIG_USB_NET_DRIVERS is unconditionally enabled, remove it from the usb-net kconfig symbol list. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
parent
17cfcaa754
commit
979938b99f
@ -1178,8 +1178,7 @@ $(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 \
|
||||
CONFIG_USB_NET_DRIVERS
|
||||
KCONFIG:=CONFIG_USB_USBNET
|
||||
AUTOLOAD:=$(call AutoProbe,usbnet)
|
||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/usbnet.ko
|
||||
$(call AddDepends/usb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user