Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Config.in: Use CDN kernel.org mirror
@ 2016-05-23 15:36 Alexey Brodkin
  2016-05-23 15:46 ` Thomas Petazzoni
  2016-05-24 18:44 ` Thomas Petazzoni
  0 siblings, 2 replies; 10+ messages in thread
From: Alexey Brodkin @ 2016-05-23 15:36 UTC (permalink / raw)
  To: buildroot

It turned out for quite some time CDN-powered mirror
of kernel.org is available. See this announce:
https://www.kernel.org/introducing-fastly-cdn.html

This change switches to that faster mirror by default.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
---
 Config.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Config.in b/Config.in
index 93b4f69..71f0161 100644
--- a/Config.in
+++ b/Config.in
@@ -225,7 +225,7 @@ config BR2_BACKUP_SITE
 
 config BR2_KERNEL_MIRROR
 	string "Kernel.org mirror"
-	default "https://www.kernel.org/pub"
+	default "https://cdn.kernel.org/pub"
 	help
 	  kernel.org is mirrored on a number of servers around the world.
 	  The following allows you to select your preferred mirror.
@@ -236,6 +236,9 @@ config BR2_KERNEL_MIRROR
 	     http://www.XX.kernel.org/pub (XX = country code)
 	     http://mirror.aarnet.edu.au/pub/ftp.kernel.org
 
+	  Now when kernel.org is mirrored by CDN as well we'll be using
+	  it by default to speed-up downloads all over the world.
+
 config BR2_GNU_MIRROR
 	string "GNU Software mirror"
 	default "http://ftp.gnu.org/pub/gnu"
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-24 18:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23 15:36 [Buildroot] [PATCH] Config.in: Use CDN kernel.org mirror Alexey Brodkin
2016-05-23 15:46 ` Thomas Petazzoni
2016-05-23 15:57   ` Peter Korsgaard
2016-05-23 16:04     ` Thomas Petazzoni
2016-05-23 16:11       ` Alexey Brodkin
2016-05-23 19:38       ` Peter Korsgaard
2016-05-23 16:04   ` Alexey Brodkin
2016-05-23 17:18     ` Thomas Petazzoni
2016-05-23 17:21       ` Alexey Brodkin
2016-05-24 18:44 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox