From 13975944738104ce7394f9f2bf22fca19887285f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 16 Dec 2009 20:02:19 +0100 Subject: defconfigs: use new default location for STAGING_DIR Reported by Grant Edwards Use the new default STAGING_DIR location (output/staging) in all the defconfigs for clarity. Signed-off-by: Peter Korsgaard --- configs/at91sam9261ek_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/at91sam9261ek_defconfig') diff --git a/configs/at91sam9261ek_defconfig b/configs/at91sam9261ek_defconfig index 69b19e46e..9598085b9 100644 --- a/configs/at91sam9261ek_defconfig +++ b/configs/at91sam9261ek_defconfig @@ -177,7 +177,7 @@ BR2_DEBIAN_MIRROR="http://ftp.debian.org" # BR2_ATMEL_MIRROR="ftp://www.at91.com/pub/buildroot" BR2_AT91_PATCH_MIRROR="http://maxim.org.za/AT91RM9200/2.6/" -BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir" +BR2_STAGING_DIR="$(BASE_DIR)/staging" # BR2_FPU_SUFFIX is not set BR2_TOPDIR_PREFIX="" BR2_TOPDIR_SUFFIX="" -- cgit v1.2.3