as kdump was removed from kexec-tools there is no need to select installed 
binaries

Signed-off-by: Artur Wiebe <[email protected]>
---
 rules/kexec-tools.in   | 16 ----------------
 rules/kexec-tools.make | 11 +++--------
 2 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/rules/kexec-tools.in b/rules/kexec-tools.in
index afb1f1d18..9dc7c6e59 100644
--- a/rules/kexec-tools.in
+++ b/rules/kexec-tools.in
@@ -23,20 +23,4 @@ config KEXEC_TOOLS_XEN
        help
          kexec has been ported to xen for the hypervisor and domain 0.
 
-config KEXEC_TOOLS_KEXEC
-       bool
-       prompt "Install kexec"
-       help
-         FIXME
-
-config KEXEC_TOOLS_KDUMP
-       bool
-       prompt "Install kdump"
-       help
-         Kdump is a kexec based crash dumping mechansim for Linux.
-         Its functionality is broken mainly into two components,
-         user space and kernel space. Kernel space patches are
-         already part of main line kernel tree. User space component
-         is nothing but a patch on top of existing kexec tools.
-
 endif
diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make
index 665ea828f..48a782ed7 100644
--- a/rules/kexec-tools.make
+++ b/rules/kexec-tools.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_KEXEC_TOOLS) += kexec-tools
 #
 # Paths and names
 #
-KEXEC_TOOLS_VERSION    := 2.0.16
-KEXEC_TOOLS_MD5                := b6bd3e0cc59ae0206ef0197b76a1f0b9
+KEXEC_TOOLS_VERSION    := 2.0.20
+KEXEC_TOOLS_MD5                := 3b3ee68064648b1b9e86ad93b1c50644
 KEXEC_TOOLS            := kexec-tools-$(KEXEC_TOOLS_VERSION)
 KEXEC_TOOLS_SUFFIX     := tar.xz
 KEXEC_TOOLS_URL                := $(call ptx/mirror, KERNEL, 
utils/kernel/kexec/$(KEXEC_TOOLS).$(KEXEC_TOOLS_SUFFIX))
@@ -39,6 +39,7 @@ endif
 #
 KEXEC_TOOLS_AUTOCONF := \
        $(CROSS_AUTOCONF_USR) \
+       --without-gamecube \
        --$(call ptx/wwo, PTXCONF_KEXEC_TOOLS_ZLIB)-zlib \
        --without-lzma \
        --$(call ptx/wwo, PTXCONF_KEXEC_TOOLS_XEN)-xen \
@@ -57,13 +58,7 @@ $(STATEDIR)/kexec-tools.targetinstall:
        @$(call install_fixup, kexec-tools,AUTHOR,"Erwin Rol 
<[email protected]>")
        @$(call install_fixup, kexec-tools,DESCRIPTION,missing)
 
-ifdef PTXCONF_KEXEC_TOOLS_KEXEC
        @$(call install_copy, kexec-tools, 0, 0, 0755, -, /usr/sbin/kexec)
-endif
-
-ifdef PTXCONF_KEXEC_TOOLS_KDUMP
-       @$(call install_copy, kexec-tools, 0, 0, 0755, -, /usr/sbin/kdump)
-endif
 
        @$(call install_finish, kexec-tools)
 
-- 
2.27.0


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to