Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 4255f8b

Browse files
committed
Update kernel, firmware and userland
1 parent 4409f7d commit 4255f8b

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
@@ -306,8 +306,8 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
306306
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
307307
# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set
308308
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
309-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="5f69d9305998e4e0385fe84d1516de17a2499b94"
310-
BR2_LINUX_KERNEL_VERSION="5f69d9305998e4e0385fe84d1516de17a2499b94"
309+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="a0cc201e35c06dbd8d0dd4a025731988d52da87e"
310+
BR2_LINUX_KERNEL_VERSION="a0cc201e35c06dbd8d0dd4a025731988d52da87e"
311311
BR2_LINUX_KERNEL_PATCH="disable_board.patch"
312312
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
313313
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 = 1eb8921ae7158249894f89e8bb6c4bfb04ec7377
7+
RPI_FIRMWARE_VERSION = cfdbadea5f74c16b7ed5d3b4866092a054e3c3bf
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 = d4a960e7817c2af508b4ed5f047556a4866a980b
7+
RPI_USERLAND_VERSION = 14b90ff9d9f031391a299e6e006965d02bfd1bb1
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)