From 2eb95f3db9bde95da47b6bb776a7eb1ec2bfd835 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Mon, 20 Nov 2017 01:56:41 +0100 Subject: payloads/external: Add a stable version of GRUB2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should make reproducible builds of coreboot with GRUB2 easier. Change-Id: If855042945ab34f34c554e7490c811ec7b256980 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/22527 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- payloads/external/GRUB2/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'payloads/external/GRUB2/Kconfig') diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig index 656f7c9e23..8b199fa1d3 100644 --- a/payloads/external/GRUB2/Kconfig +++ b/payloads/external/GRUB2/Kconfig @@ -4,6 +4,11 @@ choice prompt "GRUB2 version" default GRUB2_MASTER +config GRUB2_STABLE + bool "2.02" + help + Stable GRUB2 version + config GRUB2_MASTER bool "HEAD" help -- cgit v1.2.3