From 8492ad0cc183550137ea5afadcbebbfb4fd68fed Mon Sep 17 00:00:00 2001 From: Kjel Delaey Date: Tue, 5 Jun 2018 15:47:05 +0200 Subject: x86: add support to set GRUB menu entry title $ make menuconfig Target Images -> Title for the menu entry in GRUB Signed-off-by: Kjel Delaey --- config/Config-images.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/Config-images.in') diff --git a/config/Config-images.in b/config/Config-images.in index 07ef619e70..76e64641b4 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -231,6 +231,14 @@ menu "Target Images" help If you don't know, 5 seconds is a reasonable default. + config GRUB_TITLE + string "Title for the menu entry in GRUB" + depends on GRUB_IMAGES + default "OpenWrt" + help + This is the title of the GRUB menu entry. + If unspecified, it defaults to OpenWrt. + config VDI_IMAGES bool "Build VirtualBox image files (VDI)" depends on TARGET_x86 || TARGET_x86_64 -- cgit v1.2.3