summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_get.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-27 12:57:40 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-27 12:57:40 +0000
commita9e7540d3f32574c33902353dcc9e42102dc8389 (patch)
tree4a7a9a1680bf4ae4fefde750573b78fcf2a1a408 /scripts/lib/ptxd_make_get.sh
parente4152116e981882eac2092500f41d14c703360e7 (diff)
downloadptxdist-a9e7540d3f32574c33902353dcc9e42102dc8389.tar.gz
ptxdist-a9e7540d3f32574c33902353dcc9e42102dc8389.tar.xz
[setup/Kconfig] cleanup namespace
renamed PTXMIRROR_ONLY into SETUP_PTXMIRROR_ONLY Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10573 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts/lib/ptxd_make_get.sh')
-rw-r--r--scripts/lib/ptxd_make_get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh
index 4282a21c8..904a6f47b 100644
--- a/scripts/lib/ptxd_make_get.sh
+++ b/scripts/lib/ptxd_make_get.sh
@@ -106,7 +106,7 @@ ptxd_make_get() {
;;
http://*|https://*|ftp://*)
# restrict donwload only to the PTXMIRROR
- if [ -z "${PTXCONF_PTXMIRROR_ONLY}" ]; then
+ if [ -z "${PTXCONF_SETUP_PTXMIRROR_ONLY}" ]; then
# keep original URL
argv[${#argv[@]}]="${url}"
fi