Skip to content

Commit

Permalink
toggle rk35xx legacy kernel to sdk rkr5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored and igorpecovnik committed Aug 14, 2023
1 parent b26efad commit e474a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/sources/families/rk35xx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ case $BRANCH in
UBOOT_USE_GCC='< 8.0'
BOOTDIR='u-boot-rockchip64'
KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
KERNELBRANCH='branch:rk-5.10-rkr4'
KERNELBRANCH='branch:rk-5.10-rkr5.1'
declare -g KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel.
KERNELDIR='linux-rockchip64'
KERNELPATCHDIR='rk35xx-legacy'
Expand Down
2 changes: 1 addition & 1 deletion config/sources/families/rockchip-rk3588.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ case $BRANCH in
KERNELDIR='linux-rockchip64'
KERNELSOURCE='https://github.com/armbian/linux-rockchip'
declare -g KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel.
KERNELBRANCH='branch:rk-5.10-rkr4'
KERNELBRANCH='branch:rk-5.10-rkr5.1'
KERNELPATCHDIR='rk35xx-legacy'
LINUXFAMILY=rk35xx
;;
Expand Down

0 comments on commit e474a71

Please sign in to comment.