allwinner: edge: Bump kernel to v6.4

This commit is contained in:
Gunjan Gupta
2023-06-30 01:34:40 +05:30
committed by Igor
parent 35dddeab31
commit d404b7e805
3 changed files with 5 additions and 5 deletions

View File

@@ -33,8 +33,8 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.3" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.3.9"
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.4"
;;
esac

View File

@@ -34,8 +34,8 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.3" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.3.9"
declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.4"
;;
esac

View File

@@ -1 +1 @@
archive/sunxi-6.3
archive/sunxi-6.4