mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Bump RPi EDGE kernels to 6.9.y (#6665)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user