From df8b59d81536ae520b1768b6f5d06eda8547ed93 Mon Sep 17 00:00:00 2001 From: Oystein Tveit Date: Wed, 5 Jul 2023 16:30:02 +0200 Subject: [PATCH] Ensure `usbip-vudc` gets loaded if enabled on autoModprobe --- features/usbip-dkms/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/usbip-dkms/install.sh b/features/usbip-dkms/install.sh index 3b314dc..f27ad01 100644 --- a/features/usbip-dkms/install.sh +++ b/features/usbip-dkms/install.sh @@ -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 \ No newline at end of file