diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 19:10:06 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 19:10:06 +0000 |
commit | 06ce59d382a18570380a775264087d6148d73bda (patch) | |
tree | dbfec5453ccfcb48bec1c1b1be6dfe41457a4b3d /target | |
parent | 66eeaf7d3fc4d3a3ede893fdf2611de0d5f76151 (diff) | |
download | buildroot-novena-06ce59d382a18570380a775264087d6148d73bda.tar.gz buildroot-novena-06ce59d382a18570380a775264087d6148d73bda.zip |
changed source download path to be uniform
Diffstat (limited to 'target')
-rw-r--r-- | target/device/Atmel/atngw100-base_defconfig | 2 | ||||
-rw-r--r-- | target/device/Atmel/atngw100_defconfig | 2 | ||||
-rw-r--r-- | target/device/Atmel/atngw100_expanded_defconfig | 2 | ||||
-rw-r--r-- | target/device/Atmel/atstk1002-no-mplayer_defconfig | 2 | ||||
-rw-r--r-- | target/device/Atmel/atstk1002_defconfig | 2 | ||||
-rw-r--r-- | target/device/valka/v100sc2_defconfig | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/target/device/Atmel/atngw100-base_defconfig b/target/device/Atmel/atngw100-base_defconfig index e75e12fe8..29dc94b9c 100644 --- a/target/device/Atmel/atngw100-base_defconfig +++ b/target/device/Atmel/atngw100-base_defconfig @@ -89,7 +89,7 @@ BR2_GIT="git clone" BR2_ZCAT="zcat" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="$(BASE_DIR)/src/dl" +BR2_DL_DIR="$(BASE_DIR)/dl" # # Mirrors and Download locations diff --git a/target/device/Atmel/atngw100_defconfig b/target/device/Atmel/atngw100_defconfig index 007bdbd70..408b0dec3 100644 --- a/target/device/Atmel/atngw100_defconfig +++ b/target/device/Atmel/atngw100_defconfig @@ -89,7 +89,7 @@ BR2_GIT="git clone" BR2_ZCAT="zcat" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="$(BASE_DIR)/src/dl" +BR2_DL_DIR="$(BASE_DIR)/dl" # # Mirrors and Download locations diff --git a/target/device/Atmel/atngw100_expanded_defconfig b/target/device/Atmel/atngw100_expanded_defconfig index ae1bea900..76b7af244 100644 --- a/target/device/Atmel/atngw100_expanded_defconfig +++ b/target/device/Atmel/atngw100_expanded_defconfig @@ -89,7 +89,7 @@ BR2_GIT="git clone" BR2_ZCAT="zcat" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="$(BASE_DIR)/src/dl" +BR2_DL_DIR="$(BASE_DIR)/dl" # # Mirrors and Download locations diff --git a/target/device/Atmel/atstk1002-no-mplayer_defconfig b/target/device/Atmel/atstk1002-no-mplayer_defconfig index 90f7def23..b55698e49 100644 --- a/target/device/Atmel/atstk1002-no-mplayer_defconfig +++ b/target/device/Atmel/atstk1002-no-mplayer_defconfig @@ -89,7 +89,7 @@ BR2_GIT="git clone" BR2_ZCAT="zcat" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="$(BASE_DIR)/src/dl" +BR2_DL_DIR="$(BASE_DIR)/dl" # # Mirrors and Download locations diff --git a/target/device/Atmel/atstk1002_defconfig b/target/device/Atmel/atstk1002_defconfig index 9e82e3081..8dca6ca08 100644 --- a/target/device/Atmel/atstk1002_defconfig +++ b/target/device/Atmel/atstk1002_defconfig @@ -89,7 +89,7 @@ BR2_GIT="git clone" BR2_ZCAT="zcat" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="$(BASE_DIR)/src/dl" +BR2_DL_DIR="$(BASE_DIR)/dl" # # Mirrors and Download locations diff --git a/target/device/valka/v100sc2_defconfig b/target/device/valka/v100sc2_defconfig index 4dce7f683..040712d9b 100644 --- a/target/device/valka/v100sc2_defconfig +++ b/target/device/valka/v100sc2_defconfig @@ -65,7 +65,7 @@ BR2_GIT="git clone" BR2_ZCAT="zcat" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" -BR2_DL_DIR="$(BASE_DIR)/src/dl" +BR2_DL_DIR="$(BASE_DIR)/dl" # # Mirrors and Download locations |