mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2025-12-15 15:24:20 +01:00
Fix bug where vhci-hcd was not built
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user