mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
kernel: sunxi: bump legacy, current and edge
This commit is contained in:
@@ -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.126"
|
||||
declare -g KERNELBRANCH="tag:v5.15.127"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.45"
|
||||
declare -g KERNELBRANCH="tag:v6.1.46"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.4.10"
|
||||
declare -g KERNELBRANCH="tag:v6.4.11"
|
||||
;;
|
||||
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.126"
|
||||
declare -g KERNELBRANCH="tag:v5.15.127"
|
||||
;;
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.45"
|
||||
declare -g KERNELBRANCH="tag:v6.1.46"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.4.10"
|
||||
declare -g KERNELBRANCH="tag:v6.4.11"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user