diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index 3b15be4..f9667d7 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -1,7 +1,7 @@ BR2_x86_64=y BR2_x86_corei7_avx=y BR2_CCACHE=y -BR2_CCACHE_DIR="$(CONFIG_DIR)/../buildroot-ccache" +BR2_CCACHE_DIR="$(CONFIG_DIR)/ccache" BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/board/coreboot/patches" BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_ENABLE_LOCALE_PURGE=y diff --git a/configs/coreboot_grsec_defconfig b/configs/coreboot_grsec_defconfig index 578b736..f84f6b4 100644 --- a/configs/coreboot_grsec_defconfig +++ b/configs/coreboot_grsec_defconfig @@ -1,7 +1,7 @@ BR2_x86_64=y BR2_x86_corei7_avx=y BR2_CCACHE=y -BR2_CCACHE_DIR="$(CONFIG_DIR)/../buildroot-ccache" +BR2_CCACHE_DIR="$(CONFIG_DIR)/ccache" BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/board/coreboot/patches" BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_ENABLE_LOCALE_PURGE=y diff --git a/configs/coreboot_minimal_defconfig b/configs/coreboot_minimal_defconfig index 9e0add4..d319ca2 100644 --- a/configs/coreboot_minimal_defconfig +++ b/configs/coreboot_minimal_defconfig @@ -1,7 +1,7 @@ BR2_x86_64=y BR2_x86_corei7_avx=y BR2_CCACHE=y -BR2_CCACHE_DIR="$(CONFIG_DIR)/../buildroot-ccache" +BR2_CCACHE_DIR="$(CONFIG_DIR)/ccache" BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/board/coreboot/patches" BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_ENABLE_LOCALE_PURGE=y