We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9ff59 commit 7138b33Copy full SHA for 7138b33
1 file changed
config/sources/families/sm8550.conf
@@ -16,13 +16,13 @@ enable_extension "image-output-abl"
16
case $BRANCH in
17
current)
18
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
19
- declare -g KERNELBRANCH='tag:v6.18.18'
+ declare -g KERNELBRANCH='branch:linux-6.18.y'
20
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
21
;;
22
23
edge)
24
25
26
27
28
0 commit comments