diff options
| author | Rui Salvaterra | 2025-02-01 18:38:37 +0000 |
|---|---|---|
| committer | Rui Salvaterra | 2025-03-10 12:39:42 +0000 |
| commit | 17cfcaa754cb818a56012ae3cd716d4d8f0e575b (patch) | |
| tree | 5f16af991a376909b61dbb4487a03a8aca3baa90 | |
| parent | 0cdcba238fe61793e14dd0792e16445f0fa07f05 (diff) | |
| download | openwrt-17cfcaa754cb818a56012ae3cd716d4d8f0e575b.tar.gz | |
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 <rsalvaterra@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.6 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |