From: Rui Salvaterra Date: Sat, 1 Feb 2025 18:38:37 +0000 (+0000) Subject: generic: enable CONFIG_USB_NET_DRIVERS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=17cfcaa754cb818a56012ae3cd716d4d8f0e575b;p=openwrt%2Fstaging%2Fstintel.git generic: enable CONFIG_USB_NET_DRIVERS This is only relevant for devices with USB support, and in itself changes nothing in the kernel build. However, it is useful to further simplify the dependencies of some USB network devices. Signed-off-by: Rui Salvaterra --- diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index ce2dc48dde..78f8b1e5cc 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -6966,7 +6966,7 @@ CONFIG_USB_GADGET_VBUS_DRAW=2 # CONFIG_USB_NET_CH9200 is not set # CONFIG_USB_NET_CX82310_ETH is not set # CONFIG_USB_NET_DM9601 is not set -# CONFIG_USB_NET_DRIVERS is not set +CONFIG_USB_NET_DRIVERS=y # CONFIG_USB_NET_GL620A is not set # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set # CONFIG_USB_NET_INT51X1 is not set