sunxi-6.12: Switch to v6.12.6

This commit is contained in:
The-going 2024-12-22 19:21:19 +03:00 committed by Ricardo Pardini
parent ef4982a4f5
commit 1d29712911
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ case $BRANCH in
edge)
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.12.5"
declare -g KERNELBRANCH="tag:v6.12.6"
;;
esac

View File

@ -37,7 +37,7 @@ case $BRANCH in
edge)
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.12.5"
declare -g KERNELBRANCH="tag:v6.12.6"
;;
esac