summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-03 17:37:31 +0000
committerJohn Crispin <john@openwrt.org>2011-07-03 17:37:31 +0000
commit4551f2bfcc97fb2a614b56e27e9b8ef7e814c194 (patch)
treea5f5654f7c25db86845728eb9c42f006f2cd4aa0 /Config.in
parent96cc4174e3fc26c3892b6f033060ab6434363cef (diff)
downloadmaster-31e0f0ae-4551f2bfcc97fb2a614b56e27e9b8ef7e814c194.tar.gz
master-31e0f0ae-4551f2bfcc97fb2a614b56e27e9b8ef7e814c194.tar.bz2
master-31e0f0ae-4551f2bfcc97fb2a614b56e27e9b8ef7e814c194.zip
add menuconfig option to enable log files during build process
SVN-Revision: 27403
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 61d87a0a1c..f36221cee6 100644
--- a/Config.in
+++ b/Config.in
@@ -425,6 +425,11 @@ menuconfig DEVEL
In this instance, the --refererence option of git clone will
be used thus creating a quick local clone of your repo.
+ config BUILD_LOG
+ bool "Enable log files during build process" if DEVEL
+ help
+ If enabled log files will be written to the ./log directory
+
menuconfig TARGET_OPTIONS
bool "Target Options" if DEVEL