let people control location of download dir

This commit is contained in:
Mike Frysinger
2005-10-01 00:35:24 +00:00
parent b7417346cb
commit 59a63a91eb
2 changed files with 13 additions and 2 deletions

View File

@@ -125,6 +125,12 @@ config BR2_TAR_VERBOSITY
bool "Tar verbose"
default n
config BR2_DL_DIR
string "Download dir"
default "$(BASE_DIR)/dl"
help
Directory to store all the source files that we need to fetch.
config BR2_SOURCEFORGE_MIRROR
string "Sourceforge mirror site"
default "easynews"