correct collabora major_minor to 6.5 (#5618)

This commit is contained in:
lanefu
2023-08-21 03:05:28 -04:00
committed by GitHub
parent dcd6fd2e54
commit 87e7e643aa

View File

@@ -55,7 +55,7 @@ case $BRANCH in
SKIP_BOOTSPLASH="yes"
LINUXFAMILY=rockchip-rk3588
LINUXCONFIG='linux-rockchip-rk3588-'$BRANCH
KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel.
KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel.
KERNELPATCHDIR='rockchip-rk3588-collabora' # Empty/nonexisting, so zero patches, hopefully
KERNELSOURCE='https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux.git'
KERNELBRANCH='branch:rk3588'