From: Eneas U de Queiroz Date: Wed, 15 May 2019 12:40:45 +0000 (-0300) Subject: lxc: hide seccomp support for arc X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=57b4d94d98a572c02b9b78e4bb1d3e9810a95db7;p=openwrt-packages.git lxc: hide seccomp support for arc libseccomp does not compile for arc, so we can't show that option for arc. Signed-off-by: Eneas U de Queiroz --- diff --git a/utils/lxc/Config.in b/utils/lxc/Config.in index 3340a3c2f..b655d3e59 100644 --- a/utils/lxc/Config.in +++ b/utils/lxc/Config.in @@ -38,6 +38,7 @@ config LXC_BUSYBOX_OPTIONS config LXC_SECCOMP bool "Enable support for seccomp in LXC" default KERNEL_SECCOMP + depends on !arc help Build LXC with support for seccomp filters. Select libseccomp which also pulls-in the needed kernel features.