Browse Source

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 <cote2004-github@yahoo.com>
lilik-openwrt-22.03
Eneas U de Queiroz 6 years ago
parent
commit
57b4d94d98
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/lxc/Config.in

+ 1
- 0
utils/lxc/Config.in View File

@ -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.


Loading…
Cancel
Save