Fix bug where vhci-hcd was not built

This commit is contained in:
Oystein Tveit
2023-07-05 14:18:22 +02:00
parent 6c4643d484
commit 2d38429921
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "USBIP DKMS Module",
"id": "usbip-dkms",
"version": "0.2.0",
"version": "0.2.1",
"description": "DKMS module for USBIP",
"installsAfter": [

View File

@@ -27,7 +27,7 @@ install -m644 dkms.conf "/usr/src/usbip-${KERNEL_VERSION}/dkms.conf"
sed -i "s|#MODULE_VERSION#|${KERNEL_VERSION}|" "/usr/src/usbip-${KERNEL_VERSION}/dkms.conf"
export CONFIG_USBIP_CORE=m
export CONFIG_VHCI_HCD=m
export CONFIG_USBIP_VHCI_HCD=m
export CONFIG_USBIP_HOST=m
if [ -n "$ENABLE_VUDC" ]; then