summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-30 10:15:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-30 10:15:35 +0100
commit24c870588643c27f78840e793a46e35c66523b58 (patch)
tree7107b7080cb5c5b7e67adc4b9d6c543655fd25fa /config
parentfd749f39c33808b91bfc272b3636d342d27e1c49 (diff)
downloadptxdist-24c870588643c27f78840e793a46e35c66523b58.tar.gz
ptxdist-24c870588643c27f78840e793a46e35c66523b58.tar.xz
setup: add archive.debian.org to the default debian mirror list
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig2
-rw-r--r--config/setup/ptxdistrc.default2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 21ec60daa..cd0036548 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -142,7 +142,7 @@ endif # SETUP_PTXMIRROR_ONLY
config SETUP_DEBMIRROR
string
- default "http://ftp.uni-kl.de/debian"
+ default "http://ftp.uni-kl.de/debian http://archive.debian.org/debian"
prompt "Debian Pool Mirror"
help
The Debian pool mirror to use for downloading various
diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
index 5e8255118..0e6bf55ae 100644
--- a/config/setup/ptxdistrc.default
+++ b/config/setup/ptxdistrc.default
@@ -32,7 +32,7 @@ PTXCONF_SETUP_SRCDIR="${PTXDIST_WORKSPACE}/src"
# PTXCONF_SETUP_NO_DOWNLOAD is not set
# PTXCONF_SETUP_PTXMIRROR_ONLY is not set
PTXCONF_SETUP_PTXMIRROR="http://www.pengutronix.de/software/ptxdist/temporary-src"
-PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian"
+PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian http://archive.debian.org/debian"
PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge"
PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu"
PTXCONF_SETUP_XORGMIRROR="https://ftp.x.org/archive https://xorg.freedesktop.org/releases"