Skip to content

Commit f8a6a41

Browse files
committed
linux: bump to 6.6.51
1 parent a3444ae commit f8a6a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nerves_defconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${NERVES_DEFCONFIG_DIR}/post-build.sh ${BR2_EXTERN
2828
BR2_ROOTFS_POST_IMAGE_SCRIPT="${NERVES_DEFCONFIG_DIR}/post-createfs.sh"
2929
BR2_LINUX_KERNEL=y
3030
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
31-
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/refs/tags/stable_20240529.tar.gz"
31+
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/refs/tags/stable_20241008.tar.gz"
3232
BR2_LINUX_KERNEL_PATCH="${NERVES_DEFCONFIG_DIR}/linux"
3333
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
3434
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${NERVES_DEFCONFIG_DIR}/linux-6.6.defconfig"
@@ -45,7 +45,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y
4545
BR2_PACKAGE_E2FSPROGS=y
4646
# BR2_PACKAGE_E2FSPROGS_FSCK is not set
4747
BR2_PACKAGE_RPI_FIRMWARE=y
48-
BR2_PACKAGE_RPI_FIRMWARE_CUSTOM_VERSION="1.20240529"
48+
BR2_PACKAGE_RPI_FIRMWARE_CUSTOM_VERSION="1.20241008"
4949
BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y
5050
BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI_X=y
5151
BR2_PACKAGE_PIGPIO=y

0 commit comments

Comments
 (0)