Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyy2001X committed Jan 15, 2024
1 parent 07ae486 commit 8875f69
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Scripts/AutoBuild_DiyScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,15 @@ EOF
;;
esac

case "${CONFIG_FILE}" in
d-team_newifi-d2-Clash | xiaoyu_xy-c5-Clash)
ClashDL mipsle-hardfloat dev
;;
esac

case "${TARGET_PROFILE}" in
d-team_newifi-d2)
Copy ${CustomFiles}/${TARGET_PROFILE}_system ${BASE_FILES}/etc/config system
case "${CONFIG_FILE}" in
d-team_newifi-d2-Clash)
ClashDL mipsle-hardfloat dev
;;
esac
;;
x86_64)
Copy ${CustomFiles}/Depends/cpuset ${BASE_FILES}/bin
Expand Down

0 comments on commit 8875f69

Please sign in to comment.