File tree 3 files changed +4
-4
lines changed
patch/kernel/rk35xx-vendor-6.1
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ case $BRANCH in
37
37
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
38
38
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
39
39
KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
40
- KERNELBRANCH='branch:rk-6.1-rkr3 '
40
+ KERNELBRANCH='branch:rk-6.1-rkr4.1 '
41
41
KERNELPATCHDIR='rk35xx-vendor-6.1'
42
42
;;
43
43
esac
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ case $BRANCH in
34
34
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
35
35
declare -g -i KERNEL_GIT_CACHE_TTL=120 # 2 minutes; this is a high-traffic repo
36
36
KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
37
- KERNELBRANCH='branch:rk-6.1-rkr3 '
37
+ KERNELBRANCH='branch:rk-6.1-rkr4.1 '
38
38
KERNELPATCHDIR='rk35xx-vendor-6.1'
39
39
LINUXFAMILY=rk35xx
40
40
;;
Original file line number Diff line number Diff line change 4
4
name : rk35xx-6.1
5
5
kind : kernel
6
6
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
9
9
10
10
# .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones.
11
11
# This is meant to provide a way to "add a board DTS" without having to null-patch them in.
You can’t perform that action at this time.
0 commit comments