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

@ -52,4 +52,7 @@ if [ "$AUTO_MODPROBE" != "false" ]; then
modprobe usbip-core modprobe usbip-core
modprobe usbip-host modprobe usbip-host
modprobe vhci-hcd modprobe vhci-hcd
if [ "$ENABLE_VUDC" != "false" ]; then
modprobe usbip-vudc
fi
fi fi