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.2
Browse files Browse the repository at this point in the history
Bump kernel and firmware versions
  • Loading branch information
XECDesign committed Feb 20, 2017
1 parent 39d9129 commit 58f1081
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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="fa00f31867d8f7b7bb2ad2eb6c35f32fa468ca1e"
BR2_LINUX_KERNEL_VERSION="fa00f31867d8f7b7bb2ad2eb6c35f32fa468ca1e"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="8d1dd639a4db6ccc416bb0a00afc7a8888018b3d"
BR2_LINUX_KERNEL_VERSION="8d1dd639a4db6ccc416bb0a00afc7a8888018b3d"
BR2_LINUX_KERNEL_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 = 18b5b6977d021937d82fb94010c99d84b403a08a
RPI_FIRMWARE_VERSION = 2b495acb7ed00d629bd865209858c9eccff8f77f
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 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.1"
#define VERSION_NUMBER "2.2"

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

0 comments on commit 58f1081

Please sign in to comment.