Skip to content

Commit d04e5e5

Browse files
committed
Bump Linux to RPi 20240124 (6.1.73)
1 parent 5a42715 commit d04e5e5

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
@@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${NERVES_DEFCONFIG_DIR}/post-build.sh ${BR2_EXTERN
2727
BR2_ROOTFS_POST_IMAGE_SCRIPT="${NERVES_DEFCONFIG_DIR}/post-createfs.sh"
2828
BR2_LINUX_KERNEL=y
2929
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
30-
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/refs/tags/stable_20231123.tar.gz"
30+
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/raspberrypi/linux/archive/refs/tags/stable_20240124.tar.gz"
3131
BR2_LINUX_KERNEL_PATCH="${NERVES_DEFCONFIG_DIR}/linux"
3232
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
3333
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${NERVES_DEFCONFIG_DIR}/linux-6.1.defconfig"
@@ -44,7 +44,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y
4444
BR2_PACKAGE_E2FSPROGS=y
4545
# BR2_PACKAGE_E2FSPROGS_FSCK is not set
4646
BR2_PACKAGE_RPI_FIRMWARE=y
47-
BR2_PACKAGE_RPI_FIRMWARE_CUSTOM_VERSION="93d3f791a28ab369a62d2baf06035fc533b00864"
47+
BR2_PACKAGE_RPI_FIRMWARE_CUSTOM_VERSION="d4a1760a76873c467e99a5a27f98815e65fb9a55"
4848
BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y
4949
BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI_X=y
5050
BR2_PACKAGE_PIGPIO=y

0 commit comments

Comments
 (0)