Switch from rkr5 to rkr5.1

This commit is contained in:
Mecid
2025-04-15 13:29:48 +02:00
committed by Igor
parent 1469fdad98
commit 17b9545a20
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ case $BRANCH in
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'
KERNELBRANCH='branch:rk-6.1-rkr5.1'
KERNELPATCHDIR='rk35xx-vendor-6.1'
;;
esac

View File

@@ -34,7 +34,7 @@ case $BRANCH in
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'
KERNELBRANCH='branch:rk-6.1-rkr5.1'
KERNELPATCHDIR='rk35xx-vendor-6.1'
LINUXFAMILY=rk35xx
;;

View File

@@ -4,7 +4,7 @@ config:
name: rk35xx-6.1
kind: kernel
type: vendor # or: vendor
branch: rk-6.1-rkr5
branch: rk-6.1-rkr5.1
last-known-good-tag: v6.1.99
# .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones.