feature(host_config): Support gpio field as an array

Change-type: minor
Closes: #734
Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
Cameron Diver 2018-08-28 17:11:14 -07:00
parent d1be931029
commit 0a93b9c18a
No known key found for this signature in database
GPG Key ID: 69264F9C923F55C1

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',