Skip to content

Commit 35352fa

Browse files
committed
rk35xx-vendor: bump to 6.1 rkr4.1 sdk kernel
1 parent 0449f6d commit 35352fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/sources/families/rk35xx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ case $BRANCH in
3737
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
3838
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
3939
KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
40-
KERNELBRANCH='branch:rk-6.1-rkr3'
40+
KERNELBRANCH='branch:rk-6.1-rkr4.1'
4141
KERNELPATCHDIR='rk35xx-vendor-6.1'
4242
;;
4343
esac

config/sources/families/rockchip-rk3588.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ case $BRANCH in
3434
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
3535
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
3636
KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
37-
KERNELBRANCH='branch:rk-6.1-rkr3'
37+
KERNELBRANCH='branch:rk-6.1-rkr4.1'
3838
KERNELPATCHDIR='rk35xx-vendor-6.1'
3939
LINUXFAMILY=rk35xx
4040
;;

patch/kernel/rk35xx-vendor-6.1/0000.patching_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config:
44
name: rk35xx-6.1
55
kind: kernel
66
type: vendor # or: vendor
7-
branch: rk-6.1-rkr3
8-
last-known-good-tag: v6.1.75
7+
branch: rk-6.1-rkr4.1
8+
last-known-good-tag: v6.1.84
99

1010
# .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones.
1111
# This is meant to provide a way to "add a board DTS" without having to null-patch them in.

0 commit comments

Comments
 (0)