From 2ce2ae13d7086e7470891a2aa53f309ad5e37993 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 29 May 2024 10:23:43 +0200 Subject: [PATCH] Attach Collabora branch to last known working --- config/sources/families/rockchip-rk3588.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/rockchip-rk3588.conf b/config/sources/families/rockchip-rk3588.conf index 91d57679b0..e8aed6de8f 100644 --- a/config/sources/families/rockchip-rk3588.conf +++ b/config/sources/families/rockchip-rk3588.conf @@ -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