diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-01 00:35:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-01 00:35:24 +0000 |
commit | 59a63a91ebdb66e098bd24abae76ac8277043d1b (patch) | |
tree | ea61b53e5f6d8c6555aff3dc65fab40fb90fa502 /Config.in | |
parent | b7417346cb1a3041b612f40d5346402f9a59650d (diff) |
let people control location of download dir
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |