diff --git a/config/sources/families/sm8250.conf b/config/sources/families/sm8250.conf index 814bf87943..ebd5a81cda 100644 --- a/config/sources/families/sm8250.conf +++ b/config/sources/families/sm8250.conf @@ -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 ;;