odroidxu4/current: set KERNEL_SKIP_MAKEFILE_VERSION=yes

This commit is contained in:
Ricardo Pardini
2023-03-13 18:57:49 -03:00
committed by Igor Pečovnik
parent bf325a4565
commit b16ffd62da

View File

@@ -19,7 +19,8 @@ case $BRANCH in
current)
KERNELSOURCE='https://github.com/hardkernel/linux'
export KERNEL_MAJOR_MINOR="5.4" # Major and minor versions of this kernel.
declare -g KERNEL_MAJOR_MINOR="5.4" # Major and minor versions of this kernel.
declare -g KERNEL_SKIP_MAKEFILE_VERSION="yes" # Armbian patches change the version here, so no use having it in the version string.
KERNELBRANCH='branch:odroid-5.4.y'
KERNELDIR='linux-odroidxu4'
;;