diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 22:55:01 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-11 21:08:43 +0200 |
commit | 159292658f7a55ce80d25be204a305f6f2384cf5 (patch) | |
tree | 62168a2c1e66298a7d13450388133797ed523b5a /Config.in | |
parent | 7500d6d75354df676ec3538653cbb07c03ab6ff1 (diff) |
Move the command-related options to a submenu
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |