diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json b/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json index 65ef2dd76..2d76643be 100644 --- a/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json +++ b/host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args.json @@ -5,7 +5,8 @@ "copyright": { "type": "string" }, "version": { "type": "number" }, "license": { "type": "string" }, - "device_desc": { "type": "string" }, + "device": { "type": "string" }, + "default_target": { "type": "string" }, "rfnoc_version": { "type": "number" }, "chdr_width": { "enum": [64, 256] }, |