summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-06 12:30:44 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-06 12:30:44 +0000
commit1ded4fecb1fc9e08b93d6831d60bb989a55ce163 (patch)
treeb2e8f8537df7ba16714917c64215c113aae7f3d9 /config
parentfbccf506a3d378798755879ef29e86095d313d09 (diff)
downloadptxdist-1ded4fecb1fc9e08b93d6831d60bb989a55ce163.tar.gz
ptxdist-1ded4fecb1fc9e08b93d6831d60bb989a55ce163.tar.xz
[setup] option to only download from ${PTXCONF_SETUP_PTXMIRROR}
Author: Jon Ringle <jon@ringle.org> I need to make sure that all upstream packages used with ptxdist are store in our ftp server. This option helps me to make sure of this. Signed-off-by: Jon Ringle <jon@ringle.org> minor tweaks Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10391 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig32
1 files changed, 26 insertions, 6 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index bf275fd93..252abaa39 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -73,6 +73,31 @@ endmenu
menu "Mirrors "
+config 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
+
+config SETUP_PTXMIRROR
+ string
+ default "http://www.pengutronix.de/software/ptxdist/temporary-src"
+ prompt "PTXdist Mirror"
+ help
+ Enter the fallback mirror for all packages here.
+
+if !PTXMIRROR_ONLY
+
+########################################################################
+# WARNING! #
+# #
+# if you add a new mirror here, don't forget to regenerate the default #
+# configfile: #
+# "config/setup/ptxdistrc.default" #
+# #
+########################################################################
+
config SETUP_DEBMIRROR
string
default "http://ftp.uni-kl.de/debian"
@@ -102,12 +127,7 @@ config SETUP_XORGMIRROR
help
For all x.org related packages enter an available mirror here.
-config SETUP_PTXMIRROR
- string
- default "http://www.pengutronix.de/software/ptxdist/temporary-src"
- prompt "PTXdist Mirror"
- help
- Enter the fallback mirror for all packages here.
+endif
endmenu