From 47a5fa5cf36b1efa3ec6154e655635bf2a033a21 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 27 Oct 2023 14:12:51 +0200 Subject: [PATCH] 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 Signed-off-by: Yann E. MORIN (cherry picked from commit 05296ced369bab8877efa624f3d9b4d201ba5b38) Signed-off-by: Peter Korsgaard --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index 670e199c0b..1fcf549e62 100644 --- a/Config.in +++ b/Config.in @@ -241,7 +241,7 @@ if !BR2_PRIMARY_SITE_ONLY config BR2_BACKUP_SITE string "Backup download site" - default "http://sources.buildroot.net" + default "https://sources.buildroot.net" help Backup site to download from. If this option is set then buildroot will fall back to download package sources from here