aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--payloads/external/iPXE/Kconfig4
-rw-r--r--payloads/external/iPXE/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig
index 6c8049a3d7..645d41b55b 100644
--- a/payloads/external/iPXE/Kconfig
+++ b/payloads/external/iPXE/Kconfig
@@ -31,12 +31,12 @@ choice
depends on BUILD_IPXE
config IPXE_STABLE
- bool "2019.3"
+ bool "2022.1"
help
iPXE uses a rolling release with no stable version, for
reproducibility, use the last commit of a given month as the
'stable' version.
- This is iPXE from the end of March, 2019.
+ This is iPXE from the end of January, 2022.
config IPXE_MASTER
bool "master"
diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile
index 3e12f611a1..b6aa1b63ef 100644
--- a/payloads/external/iPXE/Makefile
+++ b/payloads/external/iPXE/Makefile
@@ -1,8 +1,8 @@
## SPDX-License-Identifier: GPL-2.0-only
-# 2019.3 - Last commit of March 2019
+# 2022.1 - Last commit of January 2022
# When updating, change the name both here and in payloads/external/iPXE/Kconfig
-STABLE_COMMIT_ID=ebf2eaf515e46abd43bc798e7e4ba77bfe529218
+STABLE_COMMIT_ID=6ba671acd922ee046b257c5119b8a0f64d275473
TAG-$(CONFIG_IPXE_MASTER)=origin/master
TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)