diff --git a/config/sources/families/rockchip-rk3588.conf b/config/sources/families/rockchip-rk3588.conf index c78fad6933..50ba9bc565 100644 --- a/config/sources/families/rockchip-rk3588.conf +++ b/config/sources/families/rockchip-rk3588.conf @@ -33,8 +33,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-rkr5.1' + KERNELSOURCE='https://github.com/kamilsaigol/linux-rockchip-radxa-e54c' + KERNELBRANCH='branch:kamilsaigol/radxa-e54c' KERNELPATCHDIR='rk35xx-vendor-6.1' LINUXFAMILY=rk35xx ;;