Skip to content

Commit

Permalink
fix toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Apr 9, 2022
1 parent 2524315 commit 66cc964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if: matrix.platform == 'dva3221'
run: |
echo '等待整理兼容性扩展~😀'
/redpill_tool_chain.sh add https://github.com/pocopico/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json
./redpill_tool_chain.sh add https://github.com/pocopico/redpill-load/raw/develop/redpill-boot-wait/rpext-index.json
- name: 添加 Misc shell
run: |
Expand Down
4 changes: 4 additions & 0 deletions redpill_tool_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ if [[ "${ACTION}" != "del" && "${ACTION}" != "add" && "${ACTION}" != "sn" && "${

EXTRACTED_KSRC="/linux*"
if [ "${COMPILE_WITH}" == "toolkit_dev" ]; then
# TODO: fix: wait new toolkit
if [ "${DSM_VERSION}" == "7.1" ]; then
DSM_VERSION="7.0"
fi
EXTRACTED_KSRC="/usr/local/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/lib/modules/DSM-${DSM_VERSION}/build/"
fi
else
Expand Down

0 comments on commit 66cc964

Please sign in to comment.