Merge pull request #55 from sjtuross/master

support ds3617xs platform
This commit is contained in:
TossPig 2022-02-21 16:03:55 +08:00 committed by GitHub
commit f0737ed4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 0 deletions

1
cache/.gitignore vendored
View File

@ -1 +1,2 @@
*.img
*.pat

View File

@ -36,6 +36,10 @@ build_redpill_load:
pushd $(REDPILL_LOAD_SRC) && \
./build-loader.sh 'DS3615xs' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \
fi
@if [ "$(TARGET_PLATFORM)" == "broadwell" ]; then \
pushd $(REDPILL_LOAD_SRC) && \
./build-loader.sh 'DS3617xs' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \
fi
@if [ "$(TARGET_PLATFORM)" == "apollolake" ]; then \
pushd $(REDPILL_LOAD_SRC) && \
./build-loader.sh 'DS918+' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \

View File

@ -174,6 +174,32 @@
"source_url": "https://github.com/tossp/redpill-load.git",
"branch": "42218-20211021"
}
},
{
"id": "broadwell-7.0.1-42218",
"platform_version": "broadwell-7.0.1-42218",
"user_config_json": "broadwell_user_config.json",
"docker_base_image": "debian:8-slim",
"compile_with": "toolkit_dev",
"redpill_lkm_make_target": "dev-v7",
"downloads": {
"kernel": {
"url": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwell-source/linux-3.10.x.txz/download",
"sha256": "d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be"
},
"toolkit_dev": {
"url": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwell-7.0.dev.txz/download",
"sha256": "e050987fbbab0c246aff2af935b1d8a4140ce490915aa4c92f3c8d163eea970c"
}
},
"redpill_lkm": {
"source_url": "https://github.com/jimmyGALLAND/redpill-lkm.git",
"branch": "develop"
},
"redpill_load": {
"source_url": "https://github.com/jimmyGALLAND/redpill-load.git",
"branch": "develop"
}
}
]
}

1
images/.gitignore vendored
View File

@ -1 +1,2 @@
*.img
*.pat