[Buildroot] [PATCH] kexec: fix homepage URL

Baruch Siach baruch at tkos.co.il
Thu Aug 29 09:45:49 UTC 2013


The old one gives 404 error.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/kexec/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kexec/Config.in b/package/kexec/Config.in
index 6f10b89..5eb29cf 100644
--- a/package/kexec/Config.in
+++ b/package/kexec/Config.in
@@ -4,7 +4,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"
-- 
1.8.4.rc3



More information about the buildroot mailing list