浏览代码

Config.in: default to HTTPS for s.b.n backup site

Now that we have HTTPS support for sources.buildroot.net (through Lets
encrypt / Cloudflare), it makes sense to default to it for our backup site.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 05296ced369bab8877efa624f3d9b4d201ba5b38)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 1 年之前
父节点
当前提交
47a5fa5cf3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Config.in

+ 1 - 1
Config.in

@@ -241,7 +241,7 @@ if !BR2_PRIMARY_SITE_ONLY
 
 
 config BR2_BACKUP_SITE
 config BR2_BACKUP_SITE
 	string "Backup download site"
 	string "Backup download site"
-	default "http://sources.buildroot.net"
+	default "https://sources.buildroot.net"
 	help
 	help
 	  Backup site to download from. If this option is set then
 	  Backup site to download from. If this option is set then
 	  buildroot will fall back to download package sources from here
 	  buildroot will fall back to download package sources from here