toggle rk35xx legacy kernel to sdk rkr5.1

This commit is contained in:
amazingfate 2023-08-14 14:24:41 +08:00 committed by Igor
parent b26efad047
commit e474a71b5d
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ case $BRANCH in
UBOOT_USE_GCC='< 8.0'
BOOTDIR='u-boot-rockchip64'
KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
KERNELBRANCH='branch:rk-5.10-rkr4'
KERNELBRANCH='branch:rk-5.10-rkr5.1'
declare -g KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel.
KERNELDIR='linux-rockchip64'
KERNELPATCHDIR='rk35xx-legacy'

View File

@ -24,7 +24,7 @@ case $BRANCH in
KERNELDIR='linux-rockchip64'
KERNELSOURCE='https://github.com/armbian/linux-rockchip'
declare -g KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel.
KERNELBRANCH='branch:rk-5.10-rkr4'
KERNELBRANCH='branch:rk-5.10-rkr5.1'
KERNELPATCHDIR='rk35xx-legacy'
LINUXFAMILY=rk35xx
;;