sunxi-6.11: Switch kernel version to v6.11.2

This commit is contained in:
The-going 2024-10-08 19:39:32 +03:00 committed by Igor
parent c7c39d91b9
commit 69a34b1e86
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.11" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.11.1"
declare -g KERNELBRANCH="tag:v6.11.2"
;;
esac

View File

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