Bump Odroid XU4 edge to 6.9.y

This commit is contained in:
Igor Pecovnik 2024-05-26 11:47:38 +02:00 committed by Igor
parent 6b512abfa3
commit 800f050fcd
2 changed files with 678 additions and 206 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,8 +27,8 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
KERNELBRANCH='branch:linux-6.1.y'
declare -g KERNEL_MAJOR_MINOR="6.9" # Major and minor versions of this kernel.
KERNELBRANCH='branch:linux-6.9.y'
;;
esac