Ensure usbip-vudc gets loaded if enabled on autoModprobe

This commit is contained in:
Oystein Tveit 2023-07-05 16:30:02 +02:00 committed by h7x4
parent 5e1826b02a
commit df8b59d815
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -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