summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-01-28 09:16:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-29 00:05:18 +0100
commitf9db9e4a5fbcc790273b8afb2f39002cf2be2021 (patch)
tree912684221dbe76a14bb9ad22084a8c31d0d59084 /config
parent2fd3e88abae39bd8f8a2412570792050184855b2 (diff)
downloadptxdist-f9db9e4a5fbcc790273b8afb2f39002cf2be2021.tar.gz
ptxdist-f9db9e4a5fbcc790273b8afb2f39002cf2be2021.tar.xz
setup: allow whitelisting URLs when 'only use PTXdist Mirror' is enabled
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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! #
# #