libseccomp: enable on ARM
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 May 2017 13:57:45 +0000 (15:57 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 May 2017 13:57:45 +0000 (15:57 +0200)
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>
package/libseccomp/Config.in

index 35317ad3ed5380e8a4a93069d8096c4d6ab2548a..559beda0e53b1b9db4a938a44dc7a2e9f701c2f5 100644 (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