summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-01-28 08:41:14 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-29 00:05:18 +0100
commit2fd3e88abae39bd8f8a2412570792050184855b2 (patch)
tree046cad7bf0bd0d316a46062c99055da8681dcd72 /config
parent053c7b16993116608b4ea7731034a6ec3de3b5fe (diff)
downloadptxdist-2fd3e88abae39bd8f8a2412570792050184855b2.tar.gz
ptxdist-2fd3e88abae39bd8f8a2412570792050184855b2.tar.xz
setup: always define mirrors
The URLs may be used anyways, e.g. as suggestion for manual downloads. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 790276bdd..b7af5508c 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -124,6 +124,8 @@ config SETUP_PTXMIRROR_ONLY
Set this to y if you only want to download packages from
PTXCONF_SETUP_PTXMIRROR
+endif
+
config SETUP_PTXMIRROR
string
default "http://www.pengutronix.de/software/ptxdist/temporary-src"
@@ -131,8 +133,6 @@ config SETUP_PTXMIRROR
help
Enter the fallback mirror for all packages here.
-if !SETUP_PTXMIRROR_ONLY
-
########################################################################
# WARNING! #
# #
@@ -178,9 +178,6 @@ config SETUP_KERNELMIRROR
help
For all kernel.org related packages enter an available mirror here.
-endif # !SETUP_PTXMIRROR_ONLY
-endif # !SETUP_NO_DOWNLOAD
-
choice
prompt "archive check"
default SETUP_CHECK_ALWAYS