Skip to content

Commit

Permalink
清理无代码
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Apr 10, 2022
1 parent 0f7c527 commit 9e270de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 41 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
version: 6.2.4-25556
- platform: ds3615xs
version: 7.0.1-42218
- platform: ds3615xs
version: 7.1.0-42661
# - platform: ds3615xs
# version: 7.1.0-42661

- platform: ds918p
version: 6.2.4-25556
Expand All @@ -35,8 +35,8 @@ jobs:

- platform: ds3617xs
version: 7.0.1-42218
- platform: ds3617xs
version: 7.1.0-42661
# - platform: ds3617xs
# version: 7.1.0-42661

- platform: ds3622xsp
version: 7.0.1-42218
Expand All @@ -55,8 +55,6 @@ jobs:

- platform: dva3221
version: 7.0.1-42218
- platform: dva3221
version: 7.1.0-42661

steps:
- name: 检出项目文件
Expand Down Expand Up @@ -113,7 +111,7 @@ jobs:
- name: 添加 jumkey.dtb !!!Create your own device tree binary!!!
if: matrix.platform == 'ds920p' || matrix.platform == 'ds1621p' || matrix.platform == 'ds2422p'
run: |
./redpill_tool_chain.sh add https://github.com/tossp/redpill-tool-chain/raw/test/extensions/redpill-dtb.json
./redpill_tool_chain.sh add https://github.com/tossp/redpill-tool-chain/raw/master/extensions/redpill-dtb.json
echo '!!!Create your own device tree binary!!!'
echo 'see https://github.com/jumkey/redpill-load/blob/develop/redpill-dtb/README.md'
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,20 +117,17 @@ Available platform versions:
---------------------
ds3615xs-6.2.4-25556
ds3615xs-7.0.1-42218
ds3615xs-7.1.0-42661
ds918p-6.2.4-25556
ds918p-7.0.1-42218
ds918p-7.1.0-42661
ds3617xs-7.0.1-42218
ds3617xs-7.1.0-42661
ds3622xsp-7.0.1-42218
ds3622xsp-7.1.0-42661
ds920p-7.0.1-42218
ds920p-7.1.0-42661
ds1621p-7.0.1-42218
ds1621p-7.1.0-42661
dva3221-7.0.1-42218
dva3221-7.1.0-42661
Custom Extensions:
---------------------
Expand Down
3 changes: 1 addition & 2 deletions docker/helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ fi

cd "${BASH_SOURCE%/*}/" || exit 1
########################################################################################################################
echo "${BASH_SOURCE%/*}/"
echo "$PWD"

##### CONFIGURATION YOU CAN OVERRIDE USING ENVIRONMENT #################################################################
BRP_JUN_MOD=${BRP_JUN_MOD:-0} # whether you want to use jun's mod
BRP_DEBUG=${BRP_DEBUG:-0} # whether you want to see debug messages
Expand Down
2 changes: 1 addition & 1 deletion extensions/redpill-dtb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "redpill-dtb",
"url": "https://github.com/tossp/redpill-tool-chain/raw/test/extensions/redpill-dtb.json",
"url": "https://github.com/tossp/redpill-tool-chain/raw/master/extensions/redpill-dtb.json",
"info": {
"name": "Device tree binary",
"description": "Create your own device tree binary",
Expand Down
29 changes: 1 addition & 28 deletions global_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"platform_name": "DS3615xs",
"platform_version": "bromolow-7.1.0-42661",
"user_config_json": "ds3615xs_user_config.json",
"docker_base_image": "debian:10-slim",
"docker_base_image": "debian:8-slim",
"compile_with": "toolkit_dev",
"redpill_lkm_make_target": "dev-v7",
"downloads": {
Expand Down Expand Up @@ -423,33 +423,6 @@
"source_url": "https://github.com/dogodefi/redpill-load.git",
"branch": "develop"
}
},
{
"id": "dva3221-7.1.0-42661",
"platform_name": "DVA3221",
"platform_version": "denverton-7.1.0-42661",
"user_config_json": "dva3221_user_config.json",
"docker_base_image": "debian:10-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/denverton-source/linux-4.4.x.txz/download",
"sha256": "d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be"
},
"toolkit_dev": {
"url": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.denverton-7.0.dev.txz/download",
"sha256": "6dc6818bad28daff4b3b8d27b5e12d0565b65ee60ac17e55c36d913462079f57"
}
},
"redpill_lkm": {
"source_url": "https://github.com/dogodefi/redpill-lkm.git",
"branch": "develop"
},
"redpill_load": {
"source_url": "https://github.com/pocopico/redpill-load.git",
"branch": "develop"
}
}
]
}

0 comments on commit 9e270de

Please sign in to comment.