浏览代码

Config.in: switch GNU mirrors URL to https

As explained on [1], the primary GNU mirrors URL is https.
This commit updates BR2_GNU_MIRROR to switch to it.

[1] https://www.gnu.org/prep/ftp.html

Signed-off-by: Julien Olivain <ju.o@free.fr>
Reviewed-by: Vincent Jardin <vjardin@free.fr>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
(cherry picked from commit 0f9da3934b9fc1425db49526ab7735a601ac1edb)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Julien Olivain 8 月之前
父节点
当前提交
93a2581bfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Config.in

+ 1 - 1
Config.in

@@ -285,7 +285,7 @@ config BR2_KERNEL_MIRROR
 
 
 config BR2_GNU_MIRROR
 config BR2_GNU_MIRROR
 	string "GNU Software mirror"
 	string "GNU Software mirror"
-	default "http://ftpmirror.gnu.org"
+	default "https://ftpmirror.gnu.org"
 	help
 	help
 	  GNU has multiple software mirrors scattered around the
 	  GNU has multiple software mirrors scattered around the
 	  world. The following allows you to select your preferred
 	  world. The following allows you to select your preferred