mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/noobs/os.json: move legacy hex revisions before models
This makes it easier to drop the property if it's not set. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
e7e91da91c
commit
8f3af234a2
@ -6,6 +6,6 @@
|
||||
"description": "@DESCRIPTION@",
|
||||
"username": "root",
|
||||
"password": "@ROOT_PASSWORD@",
|
||||
"supported_models": [@NOOBS_SUPPORTED_MODELS@],
|
||||
"supported_hex_revisions": "@NOOBS_HEX@"
|
||||
"supported_hex_revisions": "@NOOBS_HEX@",
|
||||
"supported_models": [@NOOBS_SUPPORTED_MODELS@]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user