diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-19 01:14:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-19 01:14:45 +0000 |
commit | 2fc3fe1d095eae9e68a5e802b47b0a73f43685a8 (patch) | |
tree | 2c4f52e0d24e46eef22acfd5c288924b5a700506 /target/linux/x86/image/Config.in | |
parent | 095f7f2da3322e791def4e304d36ffb0215e0051 (diff) | |
download | upstream-2fc3fe1d095eae9e68a5e802b47b0a73f43685a8.tar.gz upstream-2fc3fe1d095eae9e68a5e802b47b0a73f43685a8.tar.bz2 upstream-2fc3fe1d095eae9e68a5e802b47b0a73f43685a8.zip |
Make the grub timeout configurable on x86 targets
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
SVN-Revision: 29786
Diffstat (limited to 'target/linux/x86/image/Config.in')
-rw-r--r-- | target/linux/x86/image/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index a9412cdd67..b60baeabb9 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -47,6 +47,13 @@ config X86_GRUB_BOOTOPTS help If you don't know, just leave it blank. +config X86_GRUB_TIMEOUT + string "Seconds to wait before booting the default entry" + depends X86_GRUB_IMAGES + default "5" + help + If you don't know, 5 seconds is a reasonable default. + config X86_VDI_IMAGES bool "Build VirtualBox image files (VDI)" depends X86_GRUB_IMAGES |