From b8ddd8c352e41ea2e43db18def5a90d72a95a4ae Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 29 Nov 2021 03:20:25 +0800 Subject: [PATCH] Config-images: change default title to ImmortalWrt Signed-off-by: Tianling Shen (cherry picked from commit 58954a92d6344b64eec3714b962b73d3e28d4f1a) --- config/Config-images.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index a26a4b5926..b196e98640 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -243,14 +243,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.