diff --git a/configs/bananapi_defconfig b/configs/bananapi_defconfig index 73080df6d7..3ab08253c7 100644 --- a/configs/bananapi_defconfig +++ b/configs/bananapi_defconfig @@ -1,7 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-bananapi" BR2_OPTIMIZE_2=y diff --git a/configs/bananapi_initramfs_defconfig b/configs/bananapi_initramfs_defconfig index bf8a06a8ce..a03996cb7e 100644 --- a/configs/bananapi_initramfs_defconfig +++ b/configs/bananapi_initramfs_defconfig @@ -1,7 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-bananapi-initramfs" BR2_OPTIMIZE_2=y diff --git a/configs/odroidc1_defconfig b/configs/odroidc1_defconfig index d4f3870d98..25919d1953 100644 --- a/configs/odroidc1_defconfig +++ b/configs/odroidc1_defconfig @@ -3,7 +3,7 @@ BR2_cortex_a5=y BR2_ARM_ENABLE_NEON=y BR2_ARM_ENABLE_VFP=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-odroidc1" BR2_OPTIMIZE_2=y diff --git a/configs/odroidc1_initramfs_defconfig b/configs/odroidc1_initramfs_defconfig index 6096ab6491..c25b304baf 100644 --- a/configs/odroidc1_initramfs_defconfig +++ b/configs/odroidc1_initramfs_defconfig @@ -3,7 +3,7 @@ BR2_cortex_a5=y BR2_ARM_ENABLE_NEON=y BR2_ARM_ENABLE_VFP=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-odroidc1-initramfs" BR2_OPTIMIZE_2=y diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig index 6f6d3dc616..f3f653b08b 100644 --- a/configs/odroidc2_defconfig +++ b/configs/odroidc2_defconfig @@ -1,5 +1,5 @@ BR2_aarch64=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-odroidc2" BR2_OPTIMIZE_2=y diff --git a/configs/odroidc2_initramfs_defconfig b/configs/odroidc2_initramfs_defconfig index 7c6758c85b..14d1eb01c4 100644 --- a/configs/odroidc2_initramfs_defconfig +++ b/configs/odroidc2_initramfs_defconfig @@ -1,5 +1,5 @@ BR2_aarch64=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-odroidc2-initramfs" BR2_OPTIMIZE_2=y diff --git a/configs/odroidxu4_defconfig b/configs/odroidxu4_defconfig index 2032b4fc32..7422bb561b 100644 --- a/configs/odroidxu4_defconfig +++ b/configs/odroidxu4_defconfig @@ -1,7 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-odroidxu4" BR2_OPTIMIZE_2=y diff --git a/configs/odroidxu4_initramfs_defconfig b/configs/odroidxu4_initramfs_defconfig index 22973cdb50..11c9e613ed 100644 --- a/configs/odroidxu4_initramfs_defconfig +++ b/configs/odroidxu4_initramfs_defconfig @@ -1,7 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-odroidxu4-initramfs" BR2_OPTIMIZE_2=y diff --git a/configs/pine64_defconfig b/configs/pine64_defconfig index 35986fe15e..0468234238 100644 --- a/configs/pine64_defconfig +++ b/configs/pine64_defconfig @@ -1,5 +1,5 @@ BR2_aarch64=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-pine64" BR2_OPTIMIZE_2=y diff --git a/configs/pine64_initramfs_defconfig b/configs/pine64_initramfs_defconfig index 69e6d406c5..dde8093659 100644 --- a/configs/pine64_initramfs_defconfig +++ b/configs/pine64_initramfs_defconfig @@ -1,5 +1,5 @@ BR2_aarch64=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-pine64-initramfs" BR2_OPTIMIZE_2=y diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index 390e3d44b5..4c537f9d74 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -1,7 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi2" BR2_OPTIMIZE_2=y diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig index 158c0d52cf..d3174f380a 100644 --- a/configs/raspberrypi3_defconfig +++ b/configs/raspberrypi3_defconfig @@ -1,7 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi3" BR2_OPTIMIZE_2=y diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 019b10db5b..908cf1183e 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -1,6 +1,6 @@ BR2_arm=y BR2_arm1176jzf_s=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi" BR2_OPTIMIZE_2=y diff --git a/configs/raspberrypi_initramfs_defconfig b/configs/raspberrypi_initramfs_defconfig index 7dbd03dbe5..a58f3a5aa4 100644 --- a/configs/raspberrypi_initramfs_defconfig +++ b/configs/raspberrypi_initramfs_defconfig @@ -1,6 +1,6 @@ BR2_arm=y BR2_arm1176jzf_s=y -BR2_DL_DIR="$(TOPDIR)/.download" +BR2_DL_DIR="$(TOPDIR)/dl" BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi-initramfs" BR2_OPTIMIZE_2=y