diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-22 09:39:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-22 09:39:41 +0000 |
commit | 3f7b7dc29e3a0144ead149af22edcce8960816c9 (patch) | |
tree | b158d1ac046a4534d849744c82980da6bd52ddbc /Config.in | |
parent | c01716afd0fca332c8bd2d14cbeacaa38e635dca (diff) | |
download | upstream-3f7b7dc29e3a0144ead149af22edcce8960816c9.tar.gz upstream-3f7b7dc29e3a0144ead149af22edcce8960816c9.tar.bz2 upstream-3f7b7dc29e3a0144ead149af22edcce8960816c9.zip |
allow configuration of the target directory for binaries
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38890 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 "" |