Allwinner: bump legacy, current and edge kernels
Legacy - 5.15.131 -> 5.15.132 Current - 6.1.53 -> 6.1.54 Edge - 6.5.3 -> 6.5.4
This commit is contained in:
parent
fd06307eba
commit
032da341e1
@ -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.131"
|
||||
declare -g KERNELBRANCH="tag:v5.15.132"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.53"
|
||||
declare -g KERNELBRANCH="tag:v6.1.54"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.5.3"
|
||||
declare -g KERNELBRANCH="tag:v6.5.4"
|
||||
;;
|
||||
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.131"
|
||||
declare -g KERNELBRANCH="tag:v5.15.132"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.53"
|
||||
declare -g KERNELBRANCH="tag:v6.1.54"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.5.3"
|
||||
declare -g KERNELBRANCH="tag:v6.5.4"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user