From 276d441578a88f92821954e48b989537fbdde278 Mon Sep 17 00:00:00 2001 From: fanglinxu Date: Thu, 24 Mar 2022 22:10:02 +0800 Subject: [PATCH] update kernel branch to 5.10.0-60.17.0 update kernel branch, it is newest tag Signed-off-by: fanglinxu --- scripts/download_code.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/download_code.sh b/scripts/download_code.sh index 839d8c9d0f6..06428609063 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 -- Gitee