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