noobs: single quotes break json (backport)

This commit is contained in:
MilhouseVH 2016-05-20 10:11:41 +01:00
parent a83c01f79d
commit f266c91e79
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
NOOBS_HEX="2,3,4,5,6,7,8,9,d,e,f,10,11,12,14,19,0092,0093"
# NOOBS supported model versions
NOOBS_SUPPORTED_MODELS="'Pi Model','Pi Compute Module','Pi Zero'"
NOOBS_SUPPORTED_MODELS='"Pi Model","Pi Compute Module","Pi Zero"'
################################################################################
# setup build defaults

View File

@ -63,7 +63,7 @@
NOOBS_HEX="1040,1041,2082"
# NOOBS supported model versions
NOOBS_SUPPORTED_MODELS="'Pi 2','Pi 3'"
NOOBS_SUPPORTED_MODELS='"Pi 2","Pi 3"'
################################################################################
# setup build defaults