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