[Buildroot] [git commit] config: kernel.org is now https-only

Peter Korsgaard peter at korsgaard.com
Sat May 24 06:29:18 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=ba14dbe2d5148a30b542457a682597da75e45571
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Every requests on kernel.org gets redirected to https.
So just set our kernel.org settings straight to begin with.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Config.in b/Config.in
index d402c93..0799cb7 100644
--- a/Config.in
+++ b/Config.in
@@ -186,7 +186,7 @@ config BR2_BACKUP_SITE
 
 config BR2_KERNEL_MIRROR
 	string "Kernel.org mirror"
-	default "http://www.kernel.org/pub"
+	default "https://www.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.



More information about the buildroot mailing list