diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-08-29 12:45:49 +0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-08-29 12:15:32 +0200 |
commit | 313dd5d5f21790715182f4e797a32a10c932152e (patch) | |
tree | 0e195b02e4edd73dbf254c1c08102d6b540dc7c9 /package/kexec/Config.in | |
parent | a831a0e06521298eaea3d8862eebd022d7915de0 (diff) |
kexec: fix homepage URL
The old one gives 404 error.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/kexec/Config.in')
-rw-r--r-- | package/kexec/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec/Config.in b/package/kexec/Config.in index 886144f9c..66bc343c9 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" |