From: Olaf Hering Date: Mon, 4 Jan 2021 11:52:23 +0000 (+0100) Subject: tools: ipxe: update for fixing build with GCC10 X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~1199 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c7115531ea8ede5c6ab27f972c1be6ecad388f55;p=xen.git tools: ipxe: update for fixing build with GCC10 Update to v1.21.1 to fix build in Tumbleweed, which has been broken since months due to lack of new release. Signed-off-by: Olaf Hering Acked-by: Wei Liu --- diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile index 0de30599bf..ed9e11305f 100644 --- a/tools/firmware/etherboot/Makefile +++ b/tools/firmware/etherboot/Makefile @@ -10,7 +10,7 @@ else IPXE_GIT_URL ?= git://git.ipxe.org/ipxe.git endif -IPXE_GIT_TAG := 1dd56dbd11082fb622c2ed21cfaced4f47d798a6 +IPXE_GIT_TAG := 988d2c13cdf0f0b4140685af35ced70ac5b3283c IPXE_TARBALL_URL ?= $(XEN_EXTFILES_URL)/ipxe-git-$(IPXE_GIT_TAG).tar.gz