From: Baruch Siach Date: Thu, 29 Aug 2013 09:45:49 +0000 (+0300) Subject: kexec: fix homepage URL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=313dd5d5f21790715182f4e797a32a10c932152e;p=buildroot.git kexec: fix homepage URL The old one gives 404 error. Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- diff --git a/package/kexec/Config.in b/package/kexec/Config.in index 886144f9c7..66bc343c9c 100644 --- a/package/kexec/Config.in +++ b/package/kexec/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_KEXEC Kexec is a user space utiltity for loading another kernel and asking the currently running kernel to do something with it. - http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ + https://www.kernel.org/pub/linux/utils/kernel/kexec/ config BR2_PACKAGE_KEXEC_ZLIB bool "zlib support"