Config-images: change default title to ImmortalWrt

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 58954a92d6)
This commit is contained in:
Tianling Shen 2021-11-29 03:20:25 +08:00
parent b268f681a7
commit 0fe4ca40df
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -225,14 +225,14 @@ menu "Target Images"
config GRUB_TIMEOUT
string "Seconds to wait before booting the default entry"
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
default "0"
default "3"
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 || GRUB_EFI_IMAGES
default "OpenWrt"
default "ImmortalWrt"
help
This is the title of the GRUB menu entry.
If unspecified, it defaults to OpenWrt.