2
1
Эх сурвалжийг харах

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>
Michael Roth 16 жил өмнө
parent
commit
4d153cff9d
26 өөрчлөгдсөн 26 нэмэгдсэн , 26 устгасан
  1. 1 1
      target/device/ARMLTD/integrator926/integrator926_defconfig
  2. 1 1
      target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig
  3. 1 1
      target/device/Atmel/at91rm9200df/at91rm9200df_defconfig
  4. 1 1
      target/device/Atmel/at91rm9200df/at91rm9200df_ext_bare_defconfig
  5. 1 1
      target/device/Atmel/at91rm9200df/at91rm9200df_ext_defconfig
  6. 1 1
      target/device/Atmel/at91sam9260dfc/arm_toolchain_defconfig
  7. 1 1
      target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig
  8. 1 1
      target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_bare_defconfig
  9. 1 1
      target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_defconfig
  10. 1 1
      target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
  11. 1 1
      target/device/Atmel/at91sam9261ek/at91sam9261ek_ext_bare_defconfig
  12. 1 1
      target/device/Atmel/at91sam9261ek/at91sam9261ek_ext_defconfig
  13. 1 1
      target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig
  14. 1 1
      target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_bare_defconfig
  15. 1 1
      target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_defconfig
  16. 1 1
      target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig
  17. 1 1
      target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig
  18. 1 1
      target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig
  19. 1 1
      target/device/Atmel/atngw100-base/atngw100-base_defconfig
  20. 1 1
      target/device/Atmel/atngw100/atngw100_defconfig
  21. 1 1
      target/device/Atmel/atstk1005/atstk1005_defconfig
  22. 1 1
      target/device/Atmel/atstk100x/atstk100x_defconfig
  23. 1 1
      target/device/KwikByte/kb9202/kb9202_defconfig
  24. 1 1
      target/device/valka/v100sc2_defconfig
  25. 1 1
      target/device/x86/i686/i386_defconfig
  26. 1 1
      target/device/x86/i686/i686_defconfig

+ 1 - 1
target/device/ARMLTD/integrator926/integrator926_defconfig

@@ -87,7 +87,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=""
 
 #

+ 1 - 1
target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig

@@ -87,7 +87,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=""
 
 #

+ 1 - 1
target/device/Atmel/at91rm9200df/at91rm9200df_defconfig

@@ -143,7 +143,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=""
 
 #

+ 1 - 1
target/device/Atmel/at91rm9200df/at91rm9200df_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=""
 
 #

+ 1 - 1
target/device/Atmel/at91rm9200df/at91rm9200df_ext_defconfig

@@ -149,7 +149,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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9260dfc/arm_toolchain_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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig

@@ -156,7 +156,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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9260dfc/at91sam9260dfc_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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9260dfc/at91sam9260dfc_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=""
 
 #

+ 1 - 1
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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9261ek/at91sam9261ek_ext_bare_defconfig

@@ -141,7 +141,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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9261ek/at91sam9261ek_ext_defconfig

@@ -160,7 +160,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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9263ek/at91sam9263ek_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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_bare_defconfig

@@ -140,7 +140,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=""
 
 #

+ 1 - 1
target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_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=""
 
 #

+ 1 - 1
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=""
 
 #

+ 1 - 1
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=""
 
 #

+ 1 - 1
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=""
 
 #

+ 1 - 1
target/device/Atmel/atngw100-base/atngw100-base_defconfig

@@ -91,7 +91,7 @@ BR2_GIT="git clone"
 BR2_ZCAT="zcat"
 BR2_BZCAT="bzcat"
 BR2_TAR_OPTIONS=""
-BR2_DL_DIR="$(BASE_DIR)/dl"
+BR2_DL_DIR="$(TOPDIR)/dl"
 BR2_COPYTO=""
 
 #

+ 1 - 1
target/device/Atmel/atngw100/atngw100_defconfig

@@ -91,7 +91,7 @@ BR2_GIT="git clone"
 BR2_ZCAT="zcat"
 BR2_BZCAT="bzcat"
 BR2_TAR_OPTIONS=""
-BR2_DL_DIR="$(BASE_DIR)/dl"
+BR2_DL_DIR="$(TOPDIR)/dl"
 BR2_COPYTO=""
 
 #

+ 1 - 1
target/device/Atmel/atstk1005/atstk1005_defconfig

@@ -89,7 +89,7 @@ BR2_GIT="git clone"
 BR2_ZCAT="zcat"
 BR2_BZCAT="bzcat"
 BR2_TAR_OPTIONS=""
-BR2_DL_DIR="$(BASE_DIR)/dl"
+BR2_DL_DIR="$(TOPDIR)/dl"
 BR2_COPYTO=""
 
 #

+ 1 - 1
target/device/Atmel/atstk100x/atstk100x_defconfig

@@ -90,7 +90,7 @@ BR2_GIT="git clone"
 BR2_ZCAT="zcat"
 BR2_BZCAT="bzcat"
 BR2_TAR_OPTIONS=""
-BR2_DL_DIR="$(BASE_DIR)/dl"
+BR2_DL_DIR="$(TOPDIR)/dl"
 BR2_COPYTO=""
 
 #

+ 1 - 1
target/device/KwikByte/kb9202/kb9202_defconfig

@@ -98,7 +98,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"
 
 #
 # Mirrors and Download locations

+ 1 - 1
target/device/valka/v100sc2_defconfig

@@ -69,7 +69,7 @@ BR2_GIT="git clone"
 BR2_ZCAT="zcat"
 BR2_BZCAT="bzcat"
 BR2_TAR_OPTIONS=""
-BR2_DL_DIR="$(BASE_DIR)/dl"
+BR2_DL_DIR="$(TOPDIR)/dl"
 
 #
 # Mirrors and Download locations

+ 1 - 1
target/device/x86/i686/i386_defconfig

@@ -91,7 +91,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=""
 
 #

+ 1 - 1
target/device/x86/i686/i686_defconfig

@@ -91,7 +91,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=""
 
 #