sunxi-6.14: Switching EDGE to v6.14.4

This commit is contained in:
The-going 2025-04-30 15:08:24 +03:00 committed by Igor
parent 8baef8c231
commit 302803cc47
2 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.13.11"
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.14.4"
;;
esac

View File

@ -36,8 +36,8 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.13.11"
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.14.4"
;;
esac