Read kernel branch parameter

This commit is contained in:
Igor
2023-06-07 11:54:23 +02:00
parent 5ed442cad8
commit e5b1b99990

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'
;;