aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-images.in
diff options
context:
space:
mode:
authorKjel Delaey <kjel_delaey@hotmail.com>2018-06-05 15:47:05 +0200
committerJohn Crispin <john@phrozen.org>2018-07-30 15:55:21 +0200
commit8492ad0cc183550137ea5afadcbebbfb4fd68fed (patch)
tree2dfa2af3d94f7e84da27451453e14d16be4eea05 /config/Config-images.in
parent27b2f0fc0fc5513304a5be3c5b8cb23aeb09e6f5 (diff)
downloadupstream-8492ad0cc183550137ea5afadcbebbfb4fd68fed.tar.gz
upstream-8492ad0cc183550137ea5afadcbebbfb4fd68fed.tar.bz2
upstream-8492ad0cc183550137ea5afadcbebbfb4fd68fed.zip
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 <kjel_delaey@hotmail.com>
Diffstat (limited to 'config/Config-images.in')
-rw-r--r--config/Config-images.in8
1 files changed, 8 insertions, 0 deletions
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