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 9bb9852 commit be4183dCopy full SHA for be4183d
1 file changed
config/sources/families/sm8550.conf
@@ -21,8 +21,8 @@ case $BRANCH in
21
;;
22
23
edge)
24
- declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
25
- declare -g KERNELBRANCH='tag:v6.18.18'
+ declare -g KERNEL_MAJOR_MINOR="7.0" # Major and minor versions of this kernel.
+ declare -g KERNELBRANCH='branch:linux-7.0.y'
26
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
27
28
0 commit comments