mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Allwinner kernel: bump current to 6.12.35 and edge to 6.15.4
This commit is contained in:
@@ -31,12 +31,12 @@ case $BRANCH in
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.12.30"
|
||||
declare -g KERNELBRANCH="tag:v6.12.35"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.15"
|
||||
declare -g KERNELBRANCH="tag:v6.15.4"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@@ -32,12 +32,12 @@ case $BRANCH in
|
||||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.12.30"
|
||||
declare -g KERNELBRANCH="tag:v6.12.35"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.15" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.15"
|
||||
declare -g KERNELBRANCH="tag:v6.15.4"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user