summaryrefslogtreecommitdiffstats
path: root/config
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 /config
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 'config')
-rw-r--r--config/setup/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 252abaa39..f4b250b6e 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -73,12 +73,12 @@ endmenu
menu "Mirrors "
-config PTXMIRROR_ONLY
+config SETUP_PTXMIRROR_ONLY
bool
- default n
prompt "Only use PTXdist Mirror to download packages"
help
- Set this to y if you only want to download packages from PTXCONF_SETUP_PTXMIRROR
+ Set this to y if you only want to download packages from
+ PTXCONF_SETUP_PTXMIRROR
config SETUP_PTXMIRROR
string
@@ -87,7 +87,7 @@ config SETUP_PTXMIRROR
help
Enter the fallback mirror for all packages here.
-if !PTXMIRROR_ONLY
+if !SETUP_PTXMIRROR_ONLY
########################################################################
# WARNING! #
@@ -127,7 +127,7 @@ config SETUP_XORGMIRROR
help
For all x.org related packages enter an available mirror here.
-endif
+endif # !SETUP_PTXMIRROR_ONLY
endmenu