Attach Collabora branch to last known working

This commit is contained in:
Igor Pecovnik 2024-05-29 10:23:43 +02:00 committed by Igor
parent 19821548d6
commit 2ce2ae13d7

View File

@ -53,7 +53,7 @@ case $BRANCH in
KERNEL_MAJOR_MINOR="6.9" # Major and minor versions of this kernel.
KERNELPATCHDIR='rockchip-rk3588-collabora'
KERNELSOURCE='https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux.git'
KERNELBRANCH='branch:rk3588' # Rolling kernel branch, will be rebased
KERNELBRANCH='branch:rk3588-v6.9' # Rolling kernel branch, will be rebased
KERNEL_DRIVERS_SKIP+=(driver_rtw88) # This is a custom kernel, while the rtw88 driver patching expects pure mainline
;;
esac