From: Thomas Petazzoni Date: Sun, 7 May 2017 13:57:45 +0000 (+0200) Subject: libseccomp: enable on ARM X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd2c2329c534dd45d2b269c26fb630aaa761b1d4;p=buildroot.git 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 --- diff --git a/package/libseccomp/Config.in b/package/libseccomp/Config.in index 35317ad3ed..559beda0e5 100644 --- a/package/libseccomp/Config.in +++ b/package/libseccomp/Config.in @@ -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