Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from nazarewk/patch-1
Browse files Browse the repository at this point in the history
Update raspberrypi firmware to 1.20200212
  • Loading branch information
sgielen authored May 3, 2020
2 parents 577d871 + f8b688b commit ba0c6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function dl_dep() {
mkdir -p deps

if [ "$IMAGE_TYPE" = "raspberrypi" ]; then
dl_dep raspberrypi-firmware.tar.gz https://github.com/raspberrypi/firmware/archive/1.20190925.tar.gz
dl_dep raspberrypi-firmware.tar.gz https://github.com/raspberrypi/firmware/archive/1.20200212.tar.gz
elif [ "$IMAGE_TYPE" = "orangepipc2" ]; then
# TODO: apt.armbian.com removes old versions, so these URLs become
# outdated. Find an armbian mirror that keeps old versions so that
Expand Down

0 comments on commit ba0c6e8

Please sign in to comment.