mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 11:08:11 +01:00
kexec-tools: add aarch64 architecture support
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>
This commit is contained in:
parent
45f3543385
commit
9fb645fa20
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue