From ea361becb53fe21d7d81b32a0f94b9ac2a02ea98 Mon Sep 17 00:00:00 2001 From: wangding16 Date: Wed, 23 Mar 2022 11:32:01 +0800 Subject: [PATCH] [gcc-cross] update dependent kernel version (cherry picked from commit 76f771fd432034171570db70f7bef63eb8577b40) --- download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.sh b/download.sh index 068110e..92292bd 100755 --- a/download.sh +++ b/download.sh @@ -56,4 +56,4 @@ do_patch $MPC echo "Download $ISL" && git clone -b openEuler-22.03-LTS https://gitee.com/src-openeuler/isl.git do_patch $ISL -echo "Download $KERNEL" && git clone -b 5.10.0-60.2.0 https://gitee.com/openeuler/kernel.git --depth 1 +echo "Download $KERNEL" && git clone -b 5.10.0-60.16.0 https://gitee.com/openeuler/kernel.git --depth 1 -- Gitee