diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-14 10:44:30 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-14 17:27:46 +0200 |
| commit | b1863974d6aa2f56d19653839c8bc06fe0bd8537 (patch) | |
| tree | 89a0ebe7a279907271b0ceec8e32742d9fdd43a4 /package/kexec | |
| parent | ee1b691e0a0eccdc8c950ce0a6568d6ab76d81f4 (diff) | |
| download | buildroot-b1863974d6aa2f56d19653839c8bc06fe0bd8537.tar.gz buildroot-b1863974d6aa2f56d19653839c8bc06fe0bd8537.zip | |
kexec: bump to version 2.0.8
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/kexec')
| -rw-r--r-- | package/kexec/kexec.hash | 2 | ||||
| -rw-r--r-- | package/kexec/kexec.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/kexec/kexec.hash b/package/kexec/kexec.hash new file mode 100644 index 0000000000..ac37610ba1 --- /dev/null +++ b/package/kexec/kexec.hash @@ -0,0 +1,2 @@ +# From https://www.kernel.org/pub/linux/utils/kernel/kexec/sha256sums.asc +sha256 f3abe96fa0793e63936725a4471429f070039a1e81e605deb378747194a50c47 kexec-tools-2.0.8.tar.xz diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk index 83a3a0960d..a5df788fc6 100644 --- a/package/kexec/kexec.mk +++ b/package/kexec/kexec.mk @@ -4,7 +4,7 @@ # ################################################################################ -KEXEC_VERSION = 2.0.7 +KEXEC_VERSION = 2.0.8 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec KEXEC_LICENSE = GPLv2 |

