[openwrt/openwrt] kexec-tools: add aarch64 architecture support
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 23 01:34:19 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9fb645fa2068aaab2549fe7a9ffef75507f3b463
commit 9fb645fa2068aaab2549fe7a9ffef75507f3b463
Author: Roc Lai <laipeng668 at qq.com>
AuthorDate: Wed Jan 21 17:55:16 2026 +0800
kexec-tools: add aarch64 architecture support
To update kexec and kdump dependencies for supporting the aarch64 architecture.
Signed-off-by: Roc Lai <laipeng668 at qq.com>
Link: https://github.com/openwrt/openwrt/pull/21623
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/boot/kexec-tools/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile
index e1447bae70..45500a120d 100644
--- a/package/boot/kexec-tools/Makefile
+++ b/package/boot/kexec-tools/Makefile
@@ -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
More information about the lede-commits
mailing list