Skip to content

Commit

Permalink
Raspberry PI: move EDGE kernel from 6.14 to 6.13 as it doesn't build
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Feb 20, 2025
1 parent 577e4f6 commit 6adfd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sources/families/bcm2711.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ case "${BRANCH}" in
edge)
declare -g EXTRAWIFI="no"
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 KERNELBRANCH="branch:rpi-6.14.y"
declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:rpi-6.13.y"
;;
esac

Expand Down

0 comments on commit 6adfd3a

Please sign in to comment.