From eb9bb0d1ce14ef6166fce4500f2ea23c34686805 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 23 Jan 2024 18:48:14 +0100 Subject: [PATCH] Attach collabora to 6.7 branch --- 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 38b4a52f39..52558a1826 100644 --- a/config/sources/families/rockchip-rk3588.conf +++ b/config/sources/families/rockchip-rk3588.conf @@ -43,7 +43,7 @@ case $BRANCH in KERNEL_MAJOR_MINOR="6.7" # 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' + KERNELBRANCH='branch:rk3588-v6.7' KERNEL_DRIVERS_SKIP+=(driver_rtw88) # This is a custom kernel, while the rtw88 driver patching expects pure mainline ;; esac