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:27:18 +08:00
parent e52e37450f
commit 16f780cc90
+1 -1
View File
@@ -243,7 +243,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.