summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
diff options
context:
space:
mode:
authorMichael Roth2009-09-25 16:23:54 +0200
committerPeter Korsgaard2009-09-30 11:23:33 +0200
commit4d153cff9d0f648eff381ac26350d56dabbd1b04 (patch)
treee4289cf58cb2c2d07f8e42235fd3532c2a125642 /target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
parentdependencies: check for >= make 3.81 (diff)
downloadbuildroot-4d153cff9d0f648eff381ac26350d56dabbd1b04.tar.gz
buildroot-4d153cff9d0f648eff381ac26350d56dabbd1b04.tar.xz
buildroot-4d153cff9d0f648eff381ac26350d56dabbd1b04.zip
Fix download directory in default configs
Commit a07d6b9d56955bfe0165b5f4ea6d3ed7a92ecff6 changed the meaning of $(BASE_DIR). Previously it was the top level buildroot directory, now it is the 'output' directory. As an side effect, the download directory 'dl' was moved to 'output/dl'. In commit 416323e93442646e344a4e914776520c5e552fa0 the default download directory was moved back to the top level of buildroot. So the various default configurations should reflect this. Fix them. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig')
-rw-r--r--target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig b/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
index d7e86aa63..ef1e44de8 100644
--- a/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
+++ b/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
@@ -159,7 +159,7 @@ BR2_GIT="git clone"
BR2_ZCAT="gzip -d -c"
BR2_BZCAT="bzcat"
BR2_TAR_OPTIONS=""
-BR2_DL_DIR="$(BASE_DIR)/dl"
+BR2_DL_DIR="$(TOPDIR)/dl"
BR2_COPYTO=""
#