mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2025-06-05 14:23:46 +02:00
Ensure usbip-vudc
gets loaded if enabled on autoModprobe
This commit is contained in:
parent
5e1826b02a
commit
df8b59d815
@ -52,4 +52,7 @@ if [ "$AUTO_MODPROBE" != "false" ]; then
|
||||
modprobe usbip-core
|
||||
modprobe usbip-host
|
||||
modprobe vhci-hcd
|
||||
if [ "$ENABLE_VUDC" != "false" ]; then
|
||||
modprobe usbip-vudc
|
||||
fi
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user