summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-21 03:28:12 +0200
committerUlf Samuelsson2007-08-21 03:28:12 +0200
commit67050e1435674c5af43f05d61a616d40d1be81b5 (patch)
tree1e08f3163eb7721543ffda59bd24b83657c9c998 /Config.in
parentSED away some whitespace (diff)
downloadbuildroot-67050e1435674c5af43f05d61a616d40d1be81b5.tar.gz
buildroot-67050e1435674c5af43f05d61a616d40d1be81b5.tar.xz
buildroot-67050e1435674c5af43f05d61a616d40d1be81b5.zip
Add help for BUILDROOT_DL_DIR
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 5ef105ef6..5d062cf95 100644
--- a/Config.in
+++ b/Config.in
@@ -629,6 +629,8 @@ config BR2_DL_DIR
default "$(BASE_DIR)/dl"
help
Directory to store all the source files that we need to fetch.
+ If the Linux shell environment has defined the BUILDROOT_DL_DIR
+ environment variable, then this overrides this configuration item.
source "target/device/Mirrors.in"