Add linux-tools, and add option to modprobe modules

This commit is contained in:
Oystein Tveit
2023-07-05 15:48:20 +02:00
parent 447cffe9ba
commit 5e392eef9e
2 changed files with 15 additions and 2 deletions
@@ -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
}
}
}