sunxi: bump current and edge to latest minor (#9229)
This commit is contained in:
parent
02475685e7
commit
19446b0d1f
@ -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.64"
|
||||
declare -g KERNELBRANCH="tag:v6.12.65"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.18.4"
|
||||
declare -g KERNELBRANCH="tag:v6.18.5"
|
||||
;;
|
||||
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.64"
|
||||
declare -g KERNELBRANCH="tag:v6.12.65"
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.18.4"
|
||||
declare -g KERNELBRANCH="tag:v6.18.5"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user