From afda443c99854d0bcc6fbb20d49b8bee0650e964 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Mon, 15 Sep 2025 20:54:46 +0200 Subject: [PATCH] boot/boot-wrapper-aarch64/Config.in: switch homepage URL to https Buildroot commit [1] ("package: replace git:// URLs with https:// URLs where possible") switched _SITE URL from git to https, but did not updated the package homepage in Config.in. This commit updates it to match the package _SITE URL. [1] https://gitlab.com/buildroot.org/buildroot/-/commit/6626bf7c5fc1f5f47fcade03090de212a6121db3 Signed-off-by: Julien Olivain Signed-off-by: Peter Korsgaard (cherry picked from commit afff65c340594e9cdf73774db8cfb5b4220c5ed2) Signed-off-by: Thomas Perale --- boot/boot-wrapper-aarch64/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot-wrapper-aarch64/Config.in b/boot/boot-wrapper-aarch64/Config.in index dfefb7a9fd..7271336166 100644 --- a/boot/boot-wrapper-aarch64/Config.in +++ b/boot/boot-wrapper-aarch64/Config.in @@ -11,7 +11,7 @@ menuconfig BR2_TARGET_BOOT_WRAPPER_AARCH64 possible to start an Aarch64 kernel inside the available software simulators for the Aarch64 architecture. - git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git + https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git if BR2_TARGET_BOOT_WRAPPER_AARCH64