diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-18 22:09:42 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-18 22:09:42 +0200 |
commit | ec9ec06b56bcc38f7a5ed98ff8b076e864e74c5d (patch) | |
tree | cd62cf8fc7da150c1dbe8372e26564bc1b45ecd0 /boot/grub | |
parent | 661c18bffdb0899bea9f30eade49199d16c72538 (diff) | |
download | buildroot-novena-ec9ec06b56bcc38f7a5ed98ff8b076e864e74c5d.tar.gz buildroot-novena-ec9ec06b56bcc38f7a5ed98ff8b076e864e74c5d.zip |
boot: get rid of toplevel submenus
Sub options are indented anyway, so no need for empty menus / force people
to enter sub menus to see configuration options.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/grub')
-rw-r--r-- | boot/grub/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/grub/Config.in b/boot/grub/Config.in index bc7a73e73..ec48d178c 100644 --- a/boot/grub/Config.in +++ b/boot/grub/Config.in @@ -9,7 +9,7 @@ config BR2_TARGET_GRUB_SPLASH depends on BR2_TARGET_GRUB help Add support for splashimage. - + A splashimage is a 14-color indexed .xpm picture which is displayed as background for the grub menu. |