Bump SM8250 Edge kernel to 6.14 (#8054)

This commit is contained in:
FantasyGmm
2025-04-09 19:28:36 +08:00
committed by GitHub
parent 9b7b35bf56
commit 1dfb077e15
2 changed files with 141 additions and 16 deletions

View File

@@ -22,7 +22,9 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
declare -g KERNELBRANCH='branch:linux-6.14.y'
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
;;
esac