mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2026-04-27 17:07:04 +02:00
Add linux-tools, and add option to modprobe modules
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "USBIP DKMS Module",
|
||||
"id": "usbip-dkms",
|
||||
"version": "0.2.3",
|
||||
"version": "0.3.0",
|
||||
"description": "DKMS module for USBIP",
|
||||
|
||||
"installsAfter": [
|
||||
@@ -28,6 +28,11 @@
|
||||
"description": "Enable Virtual USB Device Controller (VUDC) support. This requires the kernel to have CONFIG_USB_GADGET enabled, which linux-azure (GitHub Codespaces) does not have.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"autoModprobe": {
|
||||
"description": "Automatically modprobe all modules after installation.",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user