From 49cddd849e22d00bae89cd384b986e65a619c727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=8F=9C=E8=90=9D=20=E5=8D=9C=E5=86=AC=E7=93=9C?= Date: Sat, 21 Dec 2024 21:21:14 +0800 Subject: [PATCH] Update rk35xx.conf --- config/sources/families/rk35xx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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