sm8250: bump current to 6.18
Signed-off-by: CodeChenL <2540735020@qq.com>
This commit is contained in:
parent
82a8f85644
commit
5953329909
@ -16,14 +16,13 @@ enable_extension "image-output-abl"
|
||||
case $BRANCH in
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH='branch:linux-6.12.y'
|
||||
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH='branch:linux-6.18.y'
|
||||
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH='branch:linux-6.14.y'
|
||||
declare -g KERNEL_MAJOR_MINOR="6.19" # Major and minor versions of this kernel.
|
||||
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
|
||||
;;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user