mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
odroidxu4/current: set KERNEL_SKIP_MAKEFILE_VERSION=yes
This commit is contained in:
committed by
Igor Pečovnik
parent
bf325a4565
commit
b16ffd62da
@@ -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'
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user