rk3568-odroid/edge: bump to 6.3 (odroidm1)

This commit is contained in:
Ricardo Pardini 2023-04-28 12:30:49 +02:00 committed by igorpecovnik
parent f25fb7c53c
commit 324953f5d7

View File

@ -22,9 +22,9 @@ SKIP_BOOTSPLASH="yes"
case $BRANCH in
edge)
declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel (for armbian-next)
KERNELBRANCH='branch:linux-6.2.y'
KERNELPATCHDIR='archive/odroidm1-6.2' # Empty! Look ma, pure mainline!
declare -g KERNEL_MAJOR_MINOR="6.3" # Major and minor versions of this kernel (for armbian-next)
KERNELBRANCH='branch:linux-6.3.y'
KERNELPATCHDIR='archive/odroidm1-6.3' # Empty! Look ma, pure mainline!
;;
esac