DO NOT MERGE: Point to kernel source/branch for testing

This commit is contained in:
Kamil Saigol 2025-10-30 08:13:32 -04:00
parent 664c79871c
commit c3f2096fb5

View File

@ -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
;;