From: Rui Salvaterra Date: Sat, 1 Feb 2025 18:48:29 +0000 (+0000) Subject: kernel: usb: simplify usb-net kconfig X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=979938b99f1c43a2125763ec3042d53085bdbaf4;p=openwrt%2Fopenwrt.git 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 --- diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 481d2be59a..84a6354183 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -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)