Merge pull request #735 from resin-io/734-more-array-fields

feature(host_config): Support gpio config as an array
This commit is contained in:
CameronDiver 2018-08-29 12:44:39 -07:00 committed by GitHub
commit 69a5f623ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"versionist": "versionist",
"coverage": "istanbul report text && istanbul report html"
},
"private": "true",
"dependencies": {
"mkfifo": "^0.1.5",
"sqlite3": "^3.1.0"

View File

@ -76,6 +76,7 @@ export class RPiConfigBackend extends DeviceConfigBackend {
'dtoverlay',
'device_tree_param',
'device_tree_overlay',
'gpio',
];
private static forbiddenConfigKeys = [
'disable_commandline_tags',