From 26a4a5d37d3c1d5a8031ffd40912d932eb6c5c59 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 19 Feb 2025 14:04:12 +0100 Subject: [PATCH] Bump CURRENT to 6.12, move previous to 6.6, bump EDGE to 6.14 Tested on RPI5 and Zero 2w --- config/boards/rpi4b.conf | 1 + config/sources/families/bcm2711.conf | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/boards/rpi4b.conf b/config/boards/rpi4b.conf index 413765b861..49a86cb676 100644 --- a/config/boards/rpi4b.conf +++ b/config/boards/rpi4b.conf @@ -5,3 +5,4 @@ declare -g BOARD_MAINTAINER="PanderMusubi teknoid" declare -g KERNEL_TARGET="current,edge" declare -g ASOUND_STATE="asound.state.rpi" declare -g KERNEL_TEST_TARGET="current" +declare -g MODULES="i2c_dev" diff --git a/config/sources/families/bcm2711.conf b/config/sources/families/bcm2711.conf index 93ba9f2101..9a42677e79 100644 --- a/config/sources/families/bcm2711.conf +++ b/config/sources/families/bcm2711.conf @@ -24,21 +24,21 @@ case "${BRANCH}" in legacy) declare -g KERNELSOURCE='https://github.com/raspberrypi/linux' - declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. For mainline caching. - declare -g KERNELBRANCH="branch:rpi-6.1.y" + declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching. + declare -g KERNELBRANCH="branch:rpi-6.6.y" ;; current) declare -g KERNELSOURCE='https://github.com/raspberrypi/linux' - declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching. - declare -g KERNELBRANCH="branch:rpi-6.6.y" + declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel. For mainline caching. + declare -g KERNELBRANCH="branch:rpi-6.12.y" ;; edge) declare -g EXTRAWIFI="no" declare -g KERNELSOURCE='https://github.com/raspberrypi/linux' - declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel. For mainline caching. - declare -g KERNELBRANCH="branch:rpi-6.10.y" + 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" ;; esac