Bump Allwinner kernels
This commit is contained in:
parent
05b0f22e71
commit
ad00d12c44
@ -24,17 +24,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.142"
|
||||
declare -g KERNELBRANCH="tag:v5.15.143"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.67"
|
||||
declare -g KERNELBRANCH="tag:v6.1.68"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.6.6"
|
||||
declare -g KERNELBRANCH="tag:v6.6.7"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -25,17 +25,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.142"
|
||||
declare -g KERNELBRANCH="tag:v5.15.143"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.67"
|
||||
declare -g KERNELBRANCH="tag:v6.1.68"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.6.6"
|
||||
declare -g KERNELBRANCH="tag:v6.6.7"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user