sm8550: Added edge branch with kernel 6.18.y

Signed-off-by: Alex Ling <ling_kasim@hotmail.com>
This commit is contained in:
Alex Ling 2026-01-23 10:24:50 +08:00 committed by Igor
parent b9b5fb8b0c
commit 602129c7b6

View File

@ -21,6 +21,12 @@ case $BRANCH in
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
;;
edge)
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
;;
esac
family_tweaks_bsp() {