diff mbox

kexec: fix homepage URL

Message ID 55a83a761406884809ad994d8076b3d89c94c7a3.1377769486.git.baruch@tkos.co.il
State Accepted
Commit 313dd5d5f21790715182f4e797a32a10c932152e
Headers show

Commit Message

Baruch Siach Aug. 29, 2013, 9:45 a.m. UTC
The old one gives 404 error.

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

Comments

Peter Korsgaard Aug. 29, 2013, 10:15 a.m. UTC | #1
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 Baruch> The old one gives 404 error.
 Baruch> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.
diff mbox

Patch

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"