aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2024-02-03 01:55:26 +0100
committerNick Hainke <vincent@systemli.org>2024-02-06 12:10:05 +0100
commit1c02b874fa795dbfdc008d98cd58b59613b923c7 (patch)
tree192e343a04b208e5c1477bf103455e1c38c5cac7
parent4cd8ae67c55a4d58e56b4f58ac2c79f98300ccd1 (diff)
kexec-tools: update to 2.0.28
Release Notes: - https://www.spinics.net/lists/kexec/msg32139.html - https://www.spinics.net/lists/kexec/msg33447.html Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r--package/boot/kexec-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile
index 7f06ec7d64..702ae00903 100644
--- a/package/boot/kexec-tools/Makefile
+++ b/package/boot/kexec-tools/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=kexec-tools
-PKG_VERSION:=2.0.26
+PKG_VERSION:=2.0.28
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec
-PKG_HASH:=7fe36a064101cd5c515e41b2be393dce3ca88adce59d6ee668e0af7c0c4570cd
+PKG_HASH:=d2f0ef872f39e2fe4b1b01feb62b0001383207239b9f8041f98a95564161d053
PKG_CONFIG_DEPENDS := CONFIG_KEXEC_ZLIB CONFIG_KEXEC_LZMA