diff options
author | Michael Roth <mroth@nessie.de> | 2009-09-25 16:23:54 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-30 11:23:33 +0200 |
commit | 4d153cff9d0f648eff381ac26350d56dabbd1b04 (patch) | |
tree | e4289cf58cb2c2d07f8e42235fd3532c2a125642 /target/device/Atmel/at91sam9g20dfc | |
parent | 44c10ff6b48e3597b8778199bba203bfc68beec0 (diff) |
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/at91sam9g20dfc')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig index a7a5c8cee..30a2e4c51 100644 --- a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig +++ b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig @@ -157,7 +157,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="" # diff --git a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig index 48fe7ff29..63e166db3 100644 --- a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig +++ b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig @@ -138,7 +138,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="" # diff --git a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig index c19a0d9b4..19ab32489 100644 --- a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig +++ b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig @@ -157,7 +157,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="" # |