Bump sunxi

This commit is contained in:
Igor
2023-04-06 13:15:17 +02:00
committed by Igor Pečovnik
parent 839e4940ab
commit 00793be73e
2 changed files with 4 additions and 4 deletions

View File

@@ -26,12 +26,12 @@ case $BRANCH in
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.22"
declare -g KERNELBRANCH="tag:v6.1.23"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.2.9"
declare -g KERNELBRANCH="tag:v6.2.10"
;;
esac

View File

@@ -27,12 +27,12 @@ case $BRANCH in
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.22"
declare -g KERNELBRANCH="tag:v6.1.23"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.2.9"
declare -g KERNELBRANCH="tag:v6.2.10"
;;
esac