diff --git a/scripts/download_code.sh b/scripts/download_code.sh index 839d8c9d0f6ceaa981d411116cb9e8cb90b2b398..064286090632a953b4a7f3b62744df51a695c7b4 100644 --- a/scripts/download_code.sh +++ b/scripts/download_code.sh @@ -185,8 +185,8 @@ SRC_DIR="$1" # you can set branch/tag/commitid SRC_BRANCH="$2" # the fixed git branch -SRC_BRANCH_FIXED="openEuler-21.09" -KERNEL_BRANCH="5.10.0-60.16.0" +SRC_BRANCH_FIXED="openEuler-22.03-LTS" +KERNEL_BRANCH="5.10.0-60.17.0" if [[ -z "${SRC_DIR}" ]];then usage