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

Commit

Permalink
Bump version to 2.9
Browse files Browse the repository at this point in the history
Bump kernel, firmware and userland
  • Loading branch information
XECDesign committed Oct 10, 2018
1 parent 21cf945 commit 952ea0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildroot/.config
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="f70eae405b5d75f7c41ea300b9f790656f99a203"
BR2_LINUX_KERNEL_VERSION="f70eae405b5d75f7c41ea300b9f790656f99a203"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="12d78096b1669a08d440f7ebaddf5d925e52fe79"
BR2_LINUX_KERNEL_VERSION="12d78096b1669a08d440f7ebaddf5d925e52fe79"
BR2_LINUX_KERNEL_PATCH="linux-regdb.patch"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
Expand Down
2 changes: 1 addition & 1 deletion buildroot/package/rpi-firmware/rpi-firmware.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

RPI_FIRMWARE_VERSION = 5db8e4e1c63178e200d6fbea23ed4a9bf4656658
RPI_FIRMWARE_VERSION = fbad6408c4596d3d671736ee0571aae444f24e68
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3c
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
Expand Down
2 changes: 1 addition & 1 deletion buildroot/package/rpi-userland/rpi-userland.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

RPI_USERLAND_VERSION = e9e90c674e8c8ddeea9e8b90b3feae89b8b90afe
RPI_USERLAND_VERSION = de4a7f2e3c391e2d3bc76af31864270e7802d9ac
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
RPI_USERLAND_LICENSE = BSD-3c
RPI_USERLAND_LICENSE_FILES = LICENCE
Expand Down
2 changes: 1 addition & 1 deletion recovery/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIG_H

/* Version number displayed in the title bar */
#define VERSION_NUMBER "2.8"
#define VERSION_NUMBER "2.9"

/* Color of the background */
// #define BACKGROUND_COLOR Qt::white
Expand Down

0 comments on commit 952ea0f

Please sign in to comment.