Bump sunxi to latest version
This commit is contained in:
parent
f81ef8ed21
commit
9cdb042199
@ -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.107"
|
||||
declare -g KERNELBRANCH="tag:v5.15.108"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.24"
|
||||
declare -g KERNELBRANCH="tag:v6.1.25"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.2.11"
|
||||
declare -g KERNELBRANCH="tag:v6.2.12"
|
||||
;;
|
||||
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.107"
|
||||
declare -g KERNELBRANCH="tag:v5.15.108"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.24"
|
||||
declare -g KERNELBRANCH="tag:v6.1.25"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.2.11"
|
||||
declare -g KERNELBRANCH="tag:v6.2.12"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user