rk35xx-vendor: bump to latest sdk release rkr3
This commit is contained in:
parent
cc59d8af9e
commit
7cf6f99e75
@ -31,7 +31,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-rkr1'
|
||||
KERNELBRANCH='branch:rk-6.1-rkr3'
|
||||
KERNELPATCHDIR='rk35xx-vendor-6.1'
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -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-rkr1'
|
||||
KERNELBRANCH='branch:rk-6.1-rkr3'
|
||||
KERNELPATCHDIR='rk35xx-vendor-6.1'
|
||||
LINUXFAMILY=rk35xx
|
||||
;;
|
||||
|
||||
@ -4,8 +4,8 @@ config:
|
||||
name: rk35xx-6.1
|
||||
kind: kernel
|
||||
type: vendor # or: vendor
|
||||
branch: rk-6.1-rkr1
|
||||
last-known-good-tag: v6.1.43
|
||||
branch: rk-6.1-rkr3
|
||||
last-known-good-tag: v6.1.75
|
||||
|
||||
# .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones.
|
||||
# This is meant to provide a way to "add a board DTS" without having to null-patch them in.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user