Skip to content

Commit 07a0378

Browse files
committed
config: sm8550: Set edge to kernel 7.0
Signed-off-by: Alex Ling <ling_kasim@hotmail.com>
1 parent 24e2c51 commit 07a0378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/sources/families/sm8550.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ case $BRANCH in
2121
;;
2222

2323
edge)
24-
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
25-
declare -g KERNELBRANCH='tag:v6.18.18'
24+
declare -g KERNEL_MAJOR_MINOR="7.0" # Major and minor versions of this kernel.
25+
declare -g KERNELBRANCH='branch:linux-7.0.y'
2626
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
2727
;;
2828

0 commit comments

Comments
 (0)