From 0b389385666687ecfd09cdbce6c6ecfd74ce11ab Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 15 Aug 2022 11:50:22 +0200 Subject: [PATCH] package/makedumpfile: add mips64 support mips64 is supported since bump to version 1.6.9 in commit cb648d12fa733788cd2ea8e0fa8b00bb95983c4e and https://github.com/makedumpfile/makedumpfile/commit/7f185d29aa1794a82a090c748aae2f7bf240fb49 Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/makedumpfile/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/makedumpfile/Config.in b/package/makedumpfile/Config.in index d5af38b598..62549f851f 100644 --- a/package/makedumpfile/Config.in +++ b/package/makedumpfile/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS default y if BR2_aarch64 || BR2_aarch64_be default y if BR2_arm || BR2_armeb default y if BR2_i386 || BR2_x86_64 + default y if BR2_mips64 || BR2_mips64el default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le default y if BR2_s390x default y if BR2_sparc64