summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-03-06 15:42:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-03-06 15:42:24 +0100
commit2db3ff1dc228606a622dd3b5f7702dc07ca0daa3 (patch)
treeacefc8ccb3844c444d5a319cbfe32c85af2c2834 /config
parent521ec0c7d72017fe65fef10aa485782b7cce31f6 (diff)
downloadptxdist-2db3ff1dc228606a622dd3b5f7702dc07ca0daa3.tar.gz
ptxdist-2db3ff1dc228606a622dd3b5f7702dc07ca0daa3.tar.xz
setup: fix & x.org default mirror
The '/individual' should not be there. Also use https and ftp.x.org/archive. The old URLs permanently redirect there. 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 c017518aa..0756bc2cf 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -178,7 +178,7 @@ config SETUP_GNUMIRROR
config SETUP_XORGMIRROR
string
- default "http://ftp.x.org/pub/individual http://xorg.freedesktop.org/releases"
+ default "https://ftp.x.org/archive https://xorg.freedesktop.org/releases"
prompt "x.org Mirror"
help
For all x.org related packages enter an available mirror here.
diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
index 47b3f8c67..c0c93383a 100644
--- a/config/setup/ptxdistrc.default
+++ b/config/setup/ptxdistrc.default
@@ -40,7 +40,7 @@ PTXCONF_SETUP_PTXMIRROR="http://www.pengutronix.de/software/ptxdist/temporary-sr
PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian"
PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge"
PTXCONF_SETUP_GNUMIRROR="http://ftp.uni-kl.de/pub/gnu"
-PTXCONF_SETUP_XORGMIRROR="http://ftp.x.org/pub/individual http://xorg.freedesktop.org/releases"
+PTXCONF_SETUP_XORGMIRROR="https://ftp.x.org/archive https://xorg.freedesktop.org/releases"
PTXCONF_SETUP_KERNELMIRROR="https://www.kernel.org/pub/linux http://www.linux-mips.org/pub/linux/mips http://mirror.linux.org.au/linux"
PTXCONF_SETUP_CHECK_ALWAYS=y
# PTXCONF_SETUP_CHECK_NOTEMPTY is not set