Move the command-related options to a submenu
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Apr 2010 20:55:01 +0000 (22:55 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 11 Apr 2010 19:08:43 +0000 (21:08 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in

index 7e51c84c4b97a3abc0025fd5d88fb4601ab742f5..9a33b894fd1d6edc594f8ef5f2e2ac448b9f544b 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -15,6 +15,8 @@ source "target/device/Config.in"
 
 menu "Build options"
 
+menu "Commands"
+
 config BR2_WGET
        string "Wget command"
        default "wget --passive-ftp -nd"
@@ -67,6 +69,8 @@ config BR2_TAR_OPTIONS
          E.g. " -v --exclude='*.svn*'" to exclude all .svn internal files
          and to be verbose.
 
+endmenu
+
 config BR2_DL_DIR
        string "Download dir"
        default "$(TOPDIR)/dl"