Raspberry PI: move EDGE kernel from 6.14 to 6.13 as it doesn't build

This commit is contained in:
Igor Pecovnik
2025-02-20 07:31:00 +01:00
committed by Igor
parent 577e4f6ee7
commit 6adfd3a5e1

View File

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