aports/main/linux-tools/usbip.confd
Natanael Copa c5ad57f9b7 main/linux-tools: move from community
needed by linux-lts build for generating vmlinux.h so BPF programs can
be built without needing the entire kernel source
2025-12-01 13:20:31 +01:00

19 lines
515 B
Bash

#--------------------------------
# USBIP Settings
#--------------------------------
# - Start daemon to share local devices
USBIP_START_DAEMON=no
# - Automatically bind local busses
# format: "{bus} [{bus2} [..]]"
# or : "{vendorID}:{productID} [..]"
# example: "3-8 1-1 1b2c:4d1a"
USBIP_AUTO_BIND=""
# - Automatically attach remote busses
# format: "{host ip} {remote bus} [..]"
# or: "{host ip} {vendorID}:{productID} [..]"
# example: "10.10.10.10 5-1 192.168.0.1 1234:abcd"
USBIP_AUTO_ATTACH=""