update rk35xx legacy kernel source to github

This commit is contained in:
amazingfate 2023-03-17 14:59:24 +08:00 committed by Igor Pečovnik
parent 4509e3fcf2
commit c21aef6e20

View File

@ -19,8 +19,8 @@ case $BRANCH in
UBOOT_COMPILER="aarch64-linux-gnu-"
UBOOT_USE_GCC='< 8.0'
BOOTDIR='u-boot-rockchip64'
KERNELSOURCE='https://gitlab.com/rk3588_linux/rk/kernel.git'
KERNELBRANCH='tag:linux-5.10-gen-rkr3.6'
KERNELSOURCE='https://github.com/armbian/linux-rockchip.git'
KERNELBRANCH='branch:rockchip-5.10'
export KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel.
KERNELDIR='linux-rockchip64'
KERNELPATCHDIR='rk35xx-legacy'