]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kexec-tools: add aarch64 architecture support
authorRoc Lai <laipeng668@qq.com>
Wed, 21 Jan 2026 09:55:16 +0000 (17:55 +0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 23 Jan 2026 09:34:12 +0000 (10:34 +0100)
To update kexec and kdump dependencies for supporting the aarch64 architecture.

Signed-off-by: Roc Lai <laipeng668@qq.com>
Link: https://github.com/openwrt/openwrt/pull/21623
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/kexec-tools/Makefile

index e1447bae70aa480fd4179658b8906d5f13009623..45500a120d79298c8825c794b19decb48f0c3960 100644 (file)
@@ -47,7 +47,7 @@ define Package/kexec
   $(call Package/kexec-tools/Default)
   TITLE:=Kernel boots kernel
   DEPENDS:=\
-       @(armeb||arm||i386||x86_64||powerpc64||mipsel||mips) \
+       @(armeb||arm||aarch64||i386||x86_64||powerpc64||mipsel||mips) \
        +KEXEC_ZLIB:zlib +KEXEC_LZMA:liblzma @KERNEL_KEXEC
 endef
 
@@ -58,7 +58,7 @@ endef
 define Package/kdump
   $(call Package/kexec-tools/Default)
   TITLE:=Kernel crash analysis
-  DEPENDS:=+kexec @(i386||x86_64||arm) @KERNEL_CRASH_DUMP
+  DEPENDS:=+kexec @(i386||x86_64||arm||aarch64) @KERNEL_CRASH_DUMP
 endef
 
 define Package/kdump/description