summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-11-22 09:39:41 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-11-22 09:39:41 +0000
commitf0721fa502bcd44499ef7265a784a78e0e13fa0b (patch)
tree73cfdbf6419db6a05efecc92e4ee68daaeb13f18 /Config.in
parent61ad6831d3de522e654420641203cbc82d25a025 (diff)
downloadmaster-31e0f0ae-f0721fa502bcd44499ef7265a784a78e0e13fa0b.tar.gz
master-31e0f0ae-f0721fa502bcd44499ef7265a784a78e0e13fa0b.tar.bz2
master-31e0f0ae-f0721fa502bcd44499ef7265a784a78e0e13fa0b.zip
allow configuration of the target directory for binaries
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38890
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 4f7667aa1f..bf1e139f2e 100644
--- a/Config.in
+++ b/Config.in
@@ -421,6 +421,10 @@ menuconfig DEVEL
bool "Show broken platforms / packages" if DEVEL
default n
+ config BINARY_FOLDER
+ string "Binary folder" if DEVEL
+ default ""
+
config DOWNLOAD_FOLDER
string "Download folder" if DEVEL
default ""