libseccomp: enable on ARM

libseccomp can now be used on ARM, so allow it to be selected.

Fixes bug #9806.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.05.x
Thomas Petazzoni 2017-05-07 15:57:45 +02:00
parent 7d299298b1
commit bd2c2329c5
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBSECCOMP_ARCH_SUPPORTS
bool
default y if BR2_aarch64
default y if BR2_arm || BR2_armeb
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