config: disable grub timeout to fix boot issue on some shit devices

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 25a6dc6a6e)
This commit is contained in:
Tianling Shen
2025-04-29 15:25:47 +08:00
parent b1cd8a72bd
commit 615dc0a104

View File

@ -240,7 +240,7 @@ menu "Target Images"
config GRUB_TIMEOUT
string "Seconds to wait before booting the default entry"
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
default "3"
default "0"
help
If you don't know, 5 seconds is a reasonable default.