redpill-tool-chain/global_config.json
2021-08-13 22:36:17 +08:00

81 lines
3.5 KiB
JSON

{
"docker": {
"use_buildkit": "true",
"image_name": "redpill-tool-chain",
"download_folder": "docker/downloads"
},
"build_configs": [
{
"id": "bromolow-6.2.4-25556",
"platform_version": "bromolow-6.2.4-25556",
"docker_base_image": "debian:8-slim",
"compile_with": "kernel",
"download_urls": {
"kernel": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/bromolow-source/linux-3.10.x.txz/download",
"toolkit_dev": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM6.2/ds.bromolow-6.2.dev.txz/download"
},
"redpill_lkm": {
"source_url": "https://github.com/RedPill-TTG/redpill-lkm.git",
"branch": "master"
},
"redpill_load": {
"source_url": "https://github.com/RedPill-TTG/redpill-load.git",
"branch": "master"
}
},
{
"id": "bromolow-7.0-41222",
"platform_version": "bromolow-7.0-41222",
"docker_base_image": "debian:8-slim",
"compile_with": "toolkit_dev",
"download_urls": {
"kernel": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/bromolow-source/linux-3.10.x.txz/download",
"toolkit_dev": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.bromolow-7.0.dev.txz/download"
},
"redpill_lkm": {
"source_url": "https://github.com/RedPill-TTG/redpill-lkm.git",
"branch": "master"
},
"redpill_load": {
"source_url": "https://github.com/RedPill-TTG/redpill-load.git",
"branch": "master"
}
},
{
"id": "apollolake-6.2.4-25556",
"platform_version": "apollolake-6.2.4-25556",
"docker_base_image": "debian:8-slim",
"compile_with": "kernel",
"download_urls": {
"kernel": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/apollolake-source/linux-4.4.x.txz/download",
"toolkit_dev": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM6.2/ds.apollolake-6.2.dev.txz/download"
},
"redpill_lkm": {
"source_url": "https://github.com/RedPill-TTG/redpill-lkm.git",
"branch": "master"
},
"redpill_load": {
"source_url": "https://github.com/RedPill-TTG/redpill-load.git",
"branch": "master"
}
},
{
"id": "apollolake-7.0-41890",
"platform_version": "apollolake-7.0-41890",
"docker_base_image": "debian:10-slim",
"compile_with": "toolkit_dev",
"download_urls": {
"kernel": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/apollolake-source/linux-4.4.x.txz/download",
"toolkit_dev": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.apollolake-7.0.dev.txz/download"
},
"redpill_lkm": {
"source_url": "https://github.com/RedPill-TTG/redpill-lkm.git",
"branch": "master"
},
"redpill_load": {
"source_url": "https://github.com/jumkey/redpill-load.git",
"branch": "7.0-41890"
}
}
]
}