Compare commits

...

1 Commits

Author SHA1 Message Date
Igor
e5b1b99990 Read kernel branch parameter 2023-06-07 11:54:23 +02:00

View File

@@ -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'
[[ -z "${KERNELBRANCH}" ]] && KERNELBRANCH='branch:rk-5.10-rkr4'
KERNELPATCHDIR='rockchip-rk3588-legacy'
;;