Bump sunxi and disable broken mvebu patch @heisath
This commit is contained in:
parent
2ab6272ce4
commit
10315c4f74
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user