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 24e2c51 commit 07a0378Copy full SHA for 07a0378
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