summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/GRUB2/Kconfig2
-rw-r--r--payloads/external/GRUB2/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig
index e41c562dc436..7adbdd08a385 100644
--- a/payloads/external/GRUB2/Kconfig
+++ b/payloads/external/GRUB2/Kconfig
@@ -15,7 +15,7 @@ choice
default GRUB2_STABLE
config GRUB2_STABLE
- bool "2.06"
+ bool "2.12"
help
Stable GRUB2 version
diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile
index 1691e9b23ebf..4382ae60faca 100644
--- a/payloads/external/GRUB2/Makefile
+++ b/payloads/external/GRUB2/Makefile
@@ -1,9 +1,9 @@
TAG-$(CONFIG_GRUB2_MASTER)=origin/HEAD
TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
-TAG-$(CONFIG_GRUB2_STABLE)=grub-2.06
+TAG-$(CONFIG_GRUB2_STABLE)=grub-2.12
NAME-$(CONFIG_GRUB2_MASTER)=HEAD
NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
-NAME-$(CONFIG_GRUB2_STABLE)=2.06
+NAME-$(CONFIG_GRUB2_STABLE)=2.12
project_git_repo=https://git.savannah.gnu.org/git/grub.git/
project_dir=grub2