From 2fd3e88abae39bd8f8a2412570792050184855b2 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 28 Jan 2014 08:41:14 +0100 Subject: setup: always define mirrors The URLs may be used anyways, e.g. as suggestion for manual downloads. Signed-off-by: Michael Olbrich --- config/setup/Kconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'config') 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 -- cgit v1.2.3