mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Switch from rkr5 to rkr5.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
;;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user