Bump sunxi and disable broken mvebu patch @heisath

This commit is contained in:
Igor 2023-04-13 20:24:39 +02:00 committed by Igor Pečovnik
parent 2ab6272ce4
commit 10315c4f74
3 changed files with 6 additions and 6 deletions

View File

@ -21,17 +21,17 @@ case $BRANCH in
legacy)
declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v5.15.106"
declare -g KERNELBRANCH="tag:v5.15.107"
;;
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.23"
declare -g KERNELBRANCH="tag:v6.1.24"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.2.10"
declare -g KERNELBRANCH="tag:v6.2.11"
;;
esac

View File

@ -22,17 +22,17 @@ case $BRANCH in
legacy)
declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v5.15.106"
declare -g KERNELBRANCH="tag:v5.15.107"
;;
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.23"
declare -g KERNELBRANCH="tag:v6.1.24"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.2.10"
declare -g KERNELBRANCH="tag:v6.2.11"
;;
esac