Allwiner: bump legacy, current and edge kernel
legacy - 5.15.124 -> 5.15.126 current - 6.1.43 -> 6.1.45 edge - 6.4.8 -> 6.4.10
This commit is contained in:
parent
c2f213a6f6
commit
c9997723b4
@ -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.124"
|
||||
declare -g KERNELBRANCH="tag:v5.15.126"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.43"
|
||||
declare -g KERNELBRANCH="tag:v6.1.45"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.4.8"
|
||||
declare -g KERNELBRANCH="tag:v6.4.10"
|
||||
;;
|
||||
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.124"
|
||||
declare -g KERNELBRANCH="tag:v5.15.126"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.43"
|
||||
declare -g KERNELBRANCH="tag:v6.1.45"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.4.8"
|
||||
declare -g KERNELBRANCH="tag:v6.4.10"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user