imx6: move current to 6.12.y

Tested with Udoo: https://paste.next.armbian.com/ojixapowaq
This commit is contained in:
Igor Pecovnik 2025-02-05 11:00:32 +01:00 committed by Igor
parent 448418b9f3
commit a3dac432fc
2 changed files with 3 additions and 3 deletions

View File

@ -18,17 +18,17 @@ case $BRANCH in
legacy)
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.
;;
current)
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.
;;
edge)
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.
;;
esac