diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -70,10 +70,16 @@ config BR2_ARCH default "sparc" if BR2_sparc +menu "Build options" + config BR2_WGET - string + string "Wget command" default "wget --passive-ftp -nd" +config BR2_TAR_VERBOSITY + bool "Tar verbose" + default n + config BR2_STAGING_DIR string "Toolchain and header file location?" default "$(BUILD_DIR)/staging_dir" @@ -87,10 +93,13 @@ config BR2_STAGING_DIR Most people will leave this set to the default value of "$(BUILD_DIR)/staging_dir". +config BR2_JLEVEL + int "Number of jobs to run simultaneously" + default "1" + help + Number of jobs to run simultanesouly -config BR2_TAR_VERBOSITY - bool - default n +endmenu source "toolchain/Config.in" |