summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-12-11 13:01:10 +0000
committerEric Andersen <andersen@codepoet.org>2004-12-11 13:01:10 +0000
commit8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b (patch)
tree59b3c8b76c7e29e2b8b174da0f0d6d2b7a06e649 /Config.in
parentc7bf26e6d7032336ed21c894978be01a7bcc98dd (diff)
Add initial BR2_JLEVEL support, with some exceptions for apps that
have broken 'make -j' support
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in17
1 files changed, 13 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 8b15d11f3..2b335e68b 100644
--- a/Config.in
+++ b/Config.in
@@ -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"