diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-11 18:32:17 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-11 18:32:17 +0000 |
commit | a199616e780f4bf25f7d7a8bfad6cf2086dc6929 (patch) | |
tree | 4dfa204aadd79bda887e57fdb5177082335088c6 /target/device/Atmel | |
parent | 7f4141ae20e2db75b0a8ffcfe231dabeb25ce7b2 (diff) |
fix for defconfig
Diffstat (limited to 'target/device/Atmel')
-rw-r--r-- | target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig b/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig index 48f2bac12..e50db8207 100644 --- a/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig +++ b/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig @@ -121,7 +121,7 @@ BR2_GIT="git clone" BR2_ZCAT="gzip -d -c" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="dl" +BR2_DL_DIR="$(BASE_DIR)/dl" # # Mirrors and Download locations |