We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448418b commit a3dac43Copy full SHA for a3dac43
config/sources/families/imx6.conf
@@ -18,17 +18,17 @@ case $BRANCH in
18
19
legacy)
20
21
- declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
+ declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
22
;;
23
24
current)
25
26
- declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
+ declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
27
28
29
edge)
30
31
- declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
+ declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel.
32
33
34
esac
patch/kernel/archive/imx6-6.10/.placeholder patch/kernel/archive/imx6-6.12/.placeholder
0 commit comments