Allwinner: bump legacy, current and edge kernels
Legacy - 5.15.127 -> 5.15.130 Current - 6.1.47 -> 6.1.51 Edge - 6.5 -> 6.5.1
This commit is contained in:
parent
73aca39ba8
commit
b8a4608178
@ -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.127"
|
||||
declare -g KERNELBRANCH="tag:v5.15.130"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.47"
|
||||
declare -g KERNELBRANCH="tag:v6.1.51"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.5"
|
||||
declare -g KERNELBRANCH="tag:v6.5.1"
|
||||
;;
|
||||
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.127"
|
||||
declare -g KERNELBRANCH="tag:v5.15.130"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.47"
|
||||
declare -g KERNELBRANCH="tag:v6.1.51"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.5"
|
||||
declare -g KERNELBRANCH="tag:v6.5.1"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user