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:
Gunjan Gupta 2023-08-12 03:46:30 +05:30 committed by Igor
parent c2f213a6f6
commit c9997723b4
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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