Skip to content

Commit

Permalink
Downgrade rpi-firmware & rpi-userland to more stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Jan 16, 2019
1 parent 15e0f2b commit 03cc93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = 12e0bf86e08d6067372bc0a45d7e8a10d3113210
RPI_FIRMWARE_VERSION = ce8652e2c743f02f04cb29f23611cbf13765483b
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3-Clause
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
Expand Down
2 changes: 1 addition & 1 deletion 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 = 6da49bce07d8061165e7fa9036af5fd9ae060221
RPI_USERLAND_VERSION = a343dcad1dae4e93f4bfb99496697e207f91027e
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
RPI_USERLAND_LICENSE = BSD-3-Clause
RPI_USERLAND_LICENSE_FILES = LICENCE
Expand Down

0 comments on commit 03cc93c

Please sign in to comment.