diff --git a/config/sources/families/rk35xx.conf b/config/sources/families/rk35xx.conf index 50e83ad213e0..0c8d8bbaa066 100644 --- a/config/sources/families/rk35xx.conf +++ b/config/sources/families/rk35xx.conf @@ -36,8 +36,8 @@ case $BRANCH in BOOTDIR='u-boot-rockchip64' declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo - KERNELSOURCE='https://github.com/armbian/linux-rockchip.git' - KERNELBRANCH='branch:rk-6.1-rkr4.1' + KERNELSOURCE='https://github.com/chainsx/kernel-rockchip.git' + KERNELBRANCH='branch:6.1-cyber' KERNELPATCHDIR='rk35xx-vendor-6.1' ;; esac