mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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@",
|
"description": "@DESCRIPTION@",
|
||||||
"username": "root",
|
"username": "root",
|
||||||
"password": "@ROOT_PASSWORD@",
|
"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