Skip to content

Commit 8217da8

Browse files
committed
Bump versions of kernel, firmware and userland
1 parent ab1ef71 commit 8217da8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

buildroot/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
307307
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
308308
# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set
309309
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
310-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="05851b0ab113773aeefbe98bee94298fa3cf646c"
311-
BR2_LINUX_KERNEL_VERSION="05851b0ab113773aeefbe98bee94298fa3cf646c"
310+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c157458351071104eaa8afa7313f2f26afb499da"
311+
BR2_LINUX_KERNEL_VERSION="c157458351071104eaa8afa7313f2f26afb499da"
312312
BR2_LINUX_KERNEL_PATCH=""
313313
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
314314
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y

buildroot/package/rpi-firmware/rpi-firmware.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
RPI_FIRMWARE_VERSION = 53d1ae311226b5cd7ea1277832139b74b2bb0f90
7+
RPI_FIRMWARE_VERSION = 1f56136651963e57af304fdb640468cdfb04d43a
88
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
99
RPI_FIRMWARE_LICENSE = BSD-3c
1010
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom

buildroot/package/rpi-userland/rpi-userland.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
RPI_USERLAND_VERSION = 0cbcb3a67f39b0522e4413207481906595b3591b
7+
RPI_USERLAND_VERSION = 3b81b91c18ff19f97033e146a9f3262ca631f0e9
88
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
99
RPI_USERLAND_LICENSE = BSD-3c
1010
RPI_USERLAND_LICENSE_FILES = LICENCE

0 commit comments

Comments
 (0)