diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-03 17:37:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-03 17:37:31 +0000 |
commit | 12b33b7a943f8e0c75b01b2146cd056c8519a65c (patch) | |
tree | e54d10944c1f714d4d61482120ff6e226ca2b872 /Config.in | |
parent | 8653b077a771779b6583f19d104f18354c2e0c55 (diff) | |
download | upstream-12b33b7a943f8e0c75b01b2146cd056c8519a65c.tar.gz upstream-12b33b7a943f8e0c75b01b2146cd056c8519a65c.tar.bz2 upstream-12b33b7a943f8e0c75b01b2146cd056c8519a65c.zip |
add menuconfig option to enable log files during build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27403 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |