From 602129c7b615421aeabb8cd3bae1c5e9b8149d4f Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Fri, 23 Jan 2026 10:24:50 +0800 Subject: [PATCH] sm8550: Added edge branch with kernel 6.18.y Signed-off-by: Alex Ling --- config/sources/families/sm8550.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/sources/families/sm8550.conf b/config/sources/families/sm8550.conf index 03f9f9fbfd..3451741657 100644 --- a/config/sources/families/sm8550.conf +++ b/config/sources/families/sm8550.conf @@ -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() {