mirror of
https://github.com/buildwithparallel/openwrt
synced 2026-08-10 21:35:45 -04:00
This improves support for LTE dongles and tethered phones. Approved-by: Sophronia Koilpillai Approved-by: Evan Benn Approved-by: Lyall Beveridge
13 lines
449 B
Text
13 lines
449 B
Text
# Some boards have no usb host capability.
|
|
# USB device support
|
|
CONFIG_PACKAGE_kmod-video-uvc=y
|
|
CONFIG_PACKAGE_kmod-usb-acm=y
|
|
CONFIG_PACKAGE_kmod-usb-net=y
|
|
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y
|
|
CONFIG_PACKAGE_kmod-usb-net-rndis=y
|
|
CONFIG_PACKAGE_kmod-usb-serial=y
|
|
CONFIG_PACKAGE_kmod-usb-serial-cp210x=y
|
|
CONFIG_PACKAGE_kmod-usb-serial-ftdi=y
|
|
CONFIG_PACKAGE_kmod-usb-serial-pl2303=y
|
|
CONFIG_PACKAGE_kmod-usb-storage=y
|
|
CONFIG_PACKAGE_usb-modeswitch=y
|