mirror of
https://github.com/h7x4/usbip-dkms-devcontainer-feature.git
synced 2026-02-27 22:33:36 +01:00
29 lines
592 B
JSON
29 lines
592 B
JSON
{
|
|
"name": "USBIP DKMS Module",
|
|
"id": "usbip-dkms",
|
|
"version": "0.1.0",
|
|
"description": "DKMS module for USBIP",
|
|
|
|
"installsAfter": [
|
|
"ghcr.io/devcontainers/features/common-utils"
|
|
],
|
|
|
|
"options": {
|
|
"kernelVersion": {
|
|
"type": "string",
|
|
"proposals": [
|
|
"v4.4",
|
|
"v4.14",
|
|
"v4.19",
|
|
"v5.4",
|
|
"v5.10",
|
|
"v5.15",
|
|
"v6.1",
|
|
"v6.3",
|
|
"v6.4"
|
|
],
|
|
"default": ""
|
|
}
|
|
}
|
|
}
|