summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-12-03 15:03:54 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-12-03 15:04:01 +0100
commit7e13ca66f7a3b72ee96195f2a4cf9b17aebfb27f (patch)
treebec94c0ba2248cd3306b43a48ab0515a274ff30f /config
parent4c841ecc8f518a2b1052af82014c704373e08f7d (diff)
downloadptxdist-7e13ca66f7a3b72ee96195f2a4cf9b17aebfb27f.tar.gz
ptxdist-7e13ca66f7a3b72ee96195f2a4cf9b17aebfb27f.tar.xz
setup: fix X.org mirror default URLs
- Fix ftp.x.org URL. - Remove ftp.sunet.se. It stopped mirroring X.org. 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 e09cf7a03..c017518aa 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -178,7 +178,7 @@ config SETUP_GNUMIRROR
config SETUP_XORGMIRROR
string
- default "http://ftp.sunet.se/pub/X11/ftp.x.org http://ftp.x.org/pub http://xorg.freedesktop.org/releases"
+ default "http://ftp.x.org/pub/individual http://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 5f521f9e5..47b3f8c67 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.sunet.se/pub/X11/ftp.x.org http://ftp.x.org/pub http://xorg.freedesktop.org/releases"
+PTXCONF_SETUP_XORGMIRROR="http://ftp.x.org/pub/individual http://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