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
This commit is contained in:
parent
b8bb81bfa1
commit
77d12ceb91
2 changed files with 5 additions and 1 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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue