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 a174ce7 commit 04d437fCopy full SHA for 04d437f
config/sources/families/sm8550.conf
@@ -21,6 +21,12 @@ case $BRANCH in
21
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
22
;;
23
24
+ edge)
25
+ declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
26
+ declare -g KERNELBRANCH='branch:linux-6.18.y'
27
+ declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
28
+ ;;
29
+
30
esac
31
32
family_tweaks_bsp() {
0 commit comments