summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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