diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:28:12 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:28:12 +0000 |
commit | 67050e1435674c5af43f05d61a616d40d1be81b5 (patch) | |
tree | 1e08f3163eb7721543ffda59bd24b83657c9c998 | |
parent | cf55419b3fb46cb0acb02e855740685490721ea1 (diff) | |
download | buildroot-novena-67050e1435674c5af43f05d61a616d40d1be81b5.tar.gz buildroot-novena-67050e1435674c5af43f05d61a616d40d1be81b5.zip |
Add help for BUILDROOT_DL_DIR
-rw-r--r-- | Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |