Skip to content

Commit a3dac43

Browse files
committed
imx6: move current to 6.12.y
Tested with Udoo: https://paste.next.armbian.com/ojixapowaq
1 parent 448418b commit a3dac43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/sources/families/imx6.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ case $BRANCH in
1818

1919
legacy)
2020

21-
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
21+
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
2222
;;
2323

2424
current)
2525

26-
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
26+
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
2727
;;
2828

2929
edge)
3030

31-
declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
31+
declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel.
3232
;;
3333

3434
esac

0 commit comments

Comments
 (0)