package/libseccomp: enable s390x support

s390x is supported since version 2.3.0 and
02030ce992

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-12-26 17:20:56 +01:00 committed by Thomas Petazzoni
parent ce26a2418b
commit 6d9d699695

View File

@ -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"