From 6d9d6996952c04cf49d3687003cb4d3d69236ce3 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 26 Dec 2021 17:20:56 +0100 Subject: [PATCH] package/libseccomp: enable s390x support s390x is supported since version 2.3.0 and https://github.com/seccomp/libseccomp/commit/02030ce9920181bc1058990ecaefaa754de9ad3a Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/libseccomp/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libseccomp/Config.in b/package/libseccomp/Config.in index d3b4bb8192..da1d9008e6 100644 --- a/package/libseccomp/Config.in +++ b/package/libseccomp/Config.in @@ -5,6 +5,7 @@ config BR2_PACKAGE_LIBSECCOMP_ARCH_SUPPORTS default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el default y if BR2_i386 || BR2_x86_64 default y if BR2_powerpc64 || BR2_powerpc + default y if BR2_s390x config BR2_PACKAGE_LIBSECCOMP bool "libseccomp"