summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorH Hartley Sweeten2009-09-23 08:46:52 +0200
committerPeter Korsgaard2009-09-23 08:46:52 +0200
commitbe695dcc3c9afd6836b90151301b6322de5dfcd8 (patch)
tree35c078dc25db9b433151163e942550281c93abc3 /Config.in
parentbusybox: 1.15.1 fixes (diff)
downloadbuildroot-be695dcc3c9afd6836b90151301b6322de5dfcd8.tar.gz
buildroot-be695dcc3c9afd6836b90151301b6322de5dfcd8.tar.xz
buildroot-be695dcc3c9afd6836b90151301b6322de5dfcd8.zip
Change the default BR2_DL_DIR location
Change to default Download dir so that different 'make O=<directory>' commands will use the same location by default without having to create a symlink in <directory> or having to export BUILDROOT_DL_DIR. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 9897a1754..cc83a6aff 100644
--- a/Config.in
+++ b/Config.in
@@ -69,13 +69,13 @@ config BR2_TAR_OPTIONS
config BR2_DL_DIR
string "Download dir"
- default "$(BASE_DIR)/dl"
+ default "$(TOPDIR)/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.
- The default is $(BASE_DIR)/dl
+ The default is $(TOPDIR)/dl
config BR2_COPYTO
string "Copy result to..."