Bump RPi EDGE kernels to 6.9.y (#6665)

This commit is contained in:
Igor 2024-06-01 21:20:52 +02:00 committed by GitHub
parent 6a765807d1
commit 0437966dc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 252 additions and 94 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,8 +36,8 @@ case "${BRANCH}" in
edge)
declare -g EXTRAWIFI="no"
declare -g KERNELSOURCE='https://github.com/raspberrypi/linux'
declare -g KERNEL_MAJOR_MINOR="6.7" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:rpi-6.7.y"
declare -g KERNEL_MAJOR_MINOR="6.9" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:rpi-6.9.y"
;;
esac