summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index b7af5508c..f61160368 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -133,6 +133,18 @@ config SETUP_PTXMIRROR
help
Enter the fallback mirror for all packages here.
+if SETUP_PTXMIRROR_ONLY
+
+config SETUP_URL_WHITELIST
+ string
+ prompt "URL Whitelist"
+ help
+ A space separated list of URLs. Any download URL that starts with
+ one of the here specified URLs will always be used. This
+ overwrites the 'only use PTXdist Mirror' feature for these URLs.
+
+endif # SETUP_PTXMIRROR_ONLY
+
########################################################################
# WARNING! #
# #