diff options
-rw-r--r-- | configs/at91sam9260pf_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9260pf_defconfig b/configs/at91sam9260pf_defconfig index c668e0335..de513a681 100644 --- a/configs/at91sam9260pf_defconfig +++ b/configs/at91sam9260pf_defconfig @@ -58,7 +58,7 @@ BR2_SVN="svn co" BR2_ZCAT="gzip -d -c" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="/usr/local/install/downloads" +BR2_DL_DIR="$(TOPDIR)/dl" # # Mirrors and Download locations |