[RK3399-DEV bugfix] Fixed variable mismatch. Closes https://github.com/armbian/build/issues/1143

This commit is contained in:
Igor Pecovnik 2018-10-27 20:39:34 +02:00
parent 67d491e562
commit 3dc51fc666

View File

@ -43,7 +43,7 @@ case $BRANCH in
KERNELBRANCH='tag:tag:4.19.0-1073-ayufan'
KERNELDIR='linux-rockchip64'
KERNELPATCHDIR='rockchip64-dev'
KERNELCONFIG='linux-rockchip64-dev'
LINUXCONFIG='linux-rockchip64-dev'
KERNEL_USE_GCC='> 7.0'
;;
esac