mirror of https://github.com/armbian/build.git
Bump Allwinner kernels (#5893)
This commit is contained in:
parent
47f8065d49
commit
d1d86a342e
|
|
@ -29,12 +29,12 @@ case $BRANCH in
|
|||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.60"
|
||||
declare -g KERNELBRANCH="tag:v6.1.62"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.6"
|
||||
declare -g KERNELBRANCH="tag:v6.6.1"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@ case $BRANCH in
|
|||
|
||||
current)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.1.60"
|
||||
declare -g KERNELBRANCH="tag:v6.1.62"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.6"
|
||||
declare -g KERNELBRANCH="tag:v6.6.1"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue