summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorMike Frysinger2005-10-01 02:35:24 +0200
committerMike Frysinger2005-10-01 02:35:24 +0200
commit59a63a91ebdb66e098bd24abae76ac8277043d1b (patch)
treeea61b53e5f6d8c6555aff3dc65fab40fb90fa502 /Config.in
parentgcc 4.0.2 ver bump (diff)
downloadbuildroot-59a63a91ebdb66e098bd24abae76ac8277043d1b.tar.gz
buildroot-59a63a91ebdb66e098bd24abae76ac8277043d1b.tar.xz
buildroot-59a63a91ebdb66e098bd24abae76ac8277043d1b.zip
let people control location of download dir
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 30da7b654..8714bc633 100644
--- a/Config.in
+++ b/Config.in
@@ -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"