Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5de0ec8

Browse files
committedMay 28, 2021
3.7 release
1 parent 49275a8 commit 5de0ec8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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="623ca2ba45d86eb1b0323637330295c3f8d93c76"
310-
BR2_LINUX_KERNEL_VERSION="623ca2ba45d86eb1b0323637330295c3f8d93c76"
309+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="5f69d9305998e4e0385fe84d1516de17a2499b94"
310+
BR2_LINUX_KERNEL_VERSION="5f69d9305998e4e0385fe84d1516de17a2499b94"
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 = fcf8d2f7639ad8d0330db9c8db9b71bd33eaaa28
7+
RPI_FIRMWARE_VERSION = 1eb8921ae7158249894f89e8bb6c4bfb04ec7377
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 = f73fca015d421b763936667a0b58fe5024d59921
7+
RPI_USERLAND_VERSION = d4a960e7817c2af508b4ed5f047556a4866a980b
88
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
99
RPI_USERLAND_LICENSE = BSD-3c
1010
RPI_USERLAND_LICENSE_FILES = LICENCE

‎recovery/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define CONFIG_H
33

44
/* Version number displayed in the title bar */
5-
#define VERSION_NUMBER "3.6"
5+
#define VERSION_NUMBER "3.7"
66

77
/* Color of the background */
88
// #define BACKGROUND_COLOR Qt::white

0 commit comments

Comments
 (0)
This repository has been archived.