rockchip-rk3588 / legacy: bump to 5.10-rkr8 (5.10.209)

- 'legacy' is not supported/enabled any more, but Joshua already did all the rebasing work ;-)
This commit is contained in:
Ricardo Pardini 2024-09-29 13:29:00 +02:00
parent fd692cd6b5
commit f9fdd14fe8
2 changed files with 329 additions and 44 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ case $BRANCH in
declare -g KERNEL_MAJOR_MINOR="5.10" # 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-5.10-rkr6'
KERNELBRANCH='branch:rk-5.10-rkr8'
KERNELPATCHDIR='rk35xx-legacy'
LINUXFAMILY=rk35xx
;;