diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-18 11:57:37 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-18 11:57:37 +0100 |
commit | 68d2f4564eaeb7770dbc0fe3f1ddf09833765550 (patch) | |
tree | 74201e0c85b34f5394b7c6b1fd41e7ee7983f27f /configs | |
parent | 909fb5be4b69359f93fef419592dfcb5174480ed (diff) | |
download | buildroot-novena-68d2f4564eaeb7770dbc0fe3f1ddf09833765550.tar.gz buildroot-novena-68d2f4564eaeb7770dbc0fe3f1ddf09833765550.zip |
at91sam9260pf_defconfig: use standard download dir location
Based on patch by Roo <roo.watt@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-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 |