Allwinner: bump kernel versions
Bumped kernel versions as follows sunxi & sunxi64: legacy - 5.15.121 -> 5.15.123 edge - 6.4.5 -> 6.4.7 sunxi64 only: current - 6.1.40 -> 6.1.42
This commit is contained in:
parent
1bb53f1f9c
commit
08816900a2
@ -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.121"
|
||||
declare -g KERNELBRANCH="tag:v5.15.123"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.40"
|
||||
declare -g KERNELBRANCH="tag:v6.1.42"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.4.5"
|
||||
declare -g KERNELBRANCH="tag:v6.4.7"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ case $BRANCH in
|
||||
|
||||
legacy)
|
||||
declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v5.15.121"
|
||||
declare -g KERNELBRANCH="tag:v5.15.123"
|
||||
;;
|
||||
|
||||
current)
|
||||
@ -35,7 +35,7 @@ case $BRANCH in
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.4.5"
|
||||
declare -g KERNELBRANCH="tag:v6.4.7"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user