Skip to content

Commit 7138b33

Browse files
kasimlingigorpecovnik
authored andcommitted
Revert "families: sm8550: Limit kernel version to 6.18.18"
This reverts commit 9ce5fd3.
1 parent ca9ff59 commit 7138b33

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
@@ -16,13 +16,13 @@ enable_extension "image-output-abl"
1616
case $BRANCH in
1717
current)
1818
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
19-
declare -g KERNELBRANCH='tag:v6.18.18'
19+
declare -g KERNELBRANCH='branch:linux-6.18.y'
2020
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
2121
;;
2222

2323
edge)
2424
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
25-
declare -g KERNELBRANCH='tag:v6.18.18'
25+
declare -g KERNELBRANCH='branch:linux-6.18.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)