diff --git a/config/sources/families/bcm2711.conf b/config/sources/families/bcm2711.conf index c4bbcb8fa8..5a96417cec 100644 --- a/config/sources/families/bcm2711.conf +++ b/config/sources/families/bcm2711.conf @@ -44,8 +44,8 @@ case "${BRANCH}" in edge) declare -g RASPI_DISTRO_KERNEL=no 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.7" # Major and minor versions of this kernel. For mainline caching. + declare -g KERNELBRANCH="branch:rpi-6.7.y" declare -g KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}" declare -g LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}" ;;