summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libseccomp/Config.in1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud