From bd5a88b0ce2a1bd9752d4565ea387fb52fe9e512 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Mon, 9 Apr 2018 15:39:00 +0200 Subject: [PATCH] Fix brcm2708 gpu fw --- root/package/kernel/brcm2708-gpu-fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/package/kernel/brcm2708-gpu-fw/Makefile b/root/package/kernel/brcm2708-gpu-fw/Makefile index 75c1885f..ec2f1f3a 100644 --- a/root/package/kernel/brcm2708-gpu-fw/Makefile +++ b/root/package/kernel/brcm2708-gpu-fw/Makefile @@ -58,7 +58,7 @@ define Download/start_elf FILE:=$(RPI_FIRMWARE_FILE)-start.elf URL:=$(RPI_FIRMWARE_URL) URL_FILE:=start.elf - HASH:=83109aff303b871ae68e8a5e214639d4795bdaebfaa7de58cd680065b7822c5f + HASH:=98acec15da036604a202bcfae4a2f5edff5a0e5f6f8c5d7c23469fe462db0658 endef $(eval $(call Download,start_elf))