sunxi: bump edge to 6.18.4 current to 6.12.64

This commit is contained in:
EvilOlaf 2026-01-08 10:45:17 +00:00 committed by Igor
parent 63cf880b6e
commit ba7701a991
2 changed files with 4 additions and 4 deletions

View File

@ -31,12 +31,12 @@ case $BRANCH in
current)
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.12.63"
declare -g KERNELBRANCH="tag:v6.12.64"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.18.2"
declare -g KERNELBRANCH="tag:v6.18.4"
;;
esac

View File

@ -32,12 +32,12 @@ case $BRANCH in
current)
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.12.63"
declare -g KERNELBRANCH="tag:v6.12.64"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.18.2"
declare -g KERNELBRANCH="tag:v6.18.4"
;;
esac