This commit is contained in:
The-going
2025-08-15 11:04:11 +03:00
committed by Rolf Leggewie
parent 246fd0c858
commit f57e935603
2 changed files with 2 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ function do_main_configuration() {
case $MAINLINE_MIRROR in
google)
declare -g -r MAINLINE_KERNEL_SOURCE='https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable'
declare -g -r MAINLINE_KERNEL_SOURCE='https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git'
declare -g -r MAINLINE_FIRMWARE_SOURCE='https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware.git'
;;
tuna)

View File

@@ -118,7 +118,7 @@ function memoized_git_ref_to_info() {
url="${git_source}/plain/Makefile?h=${sha1}"
;;
"https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable" | "https://mirrors.tuna.tsinghua.edu.cn/git/linux-stable.git" | "https://mirrors.bfsu.edu.cn/git/linux-stable.git")
"https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git" | "https://mirrors.tuna.tsinghua.edu.cn/git/linux-stable.git" | "https://mirrors.bfsu.edu.cn/git/linux-stable.git")
# for mainline kernel source, only the origin source support curl
url="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/plain/Makefile?h=${sha1}"
;;