mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
* add RTL wifi drivers backport of #800 * bsnes changes backports of #794 and #821 * core-info: add mupen64plus back backport of #816 * noobs: add PINN specific values backport of #815 * use DISTRO/filesystem for files * core-info: add mupen64plus info files
15 lines
444 B
JSON
15 lines
444 B
JSON
{
|
|
"name": "@DISTRONAME@_@PROJECT@",
|
|
"version": "@LIBREELEC_VERSION@",
|
|
"release_date": "@RELEASE_DATE@",
|
|
"kernel": "@KERNEL_VERSION@",
|
|
"description": "@DESCRIPTION@",
|
|
"username": "root",
|
|
"password": "@ROOT_PASSWORD@",
|
|
"supported_hex_revisions": "@NOOBS_HEX@",
|
|
"supported_models": [@NOOBS_SUPPORTED_MODELS@],
|
|
"url": "@PINN_URL@",
|
|
"group": "@PINN_GROUP@",
|
|
"supports_backup": true,
|
|
"download_size": @PINN_DOWNLOAD_SIZE@
|
|
}
|