mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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>
This commit is contained in:
@@ -38,6 +38,7 @@ config LXC_BUSYBOX_OPTIONS
|
|||||||
config LXC_SECCOMP
|
config LXC_SECCOMP
|
||||||
bool "Enable support for seccomp in LXC"
|
bool "Enable support for seccomp in LXC"
|
||||||
default KERNEL_SECCOMP
|
default KERNEL_SECCOMP
|
||||||
|
depends on !arc
|
||||||
help
|
help
|
||||||
Build LXC with support for seccomp filters.
|
Build LXC with support for seccomp filters.
|
||||||
Select libseccomp which also pulls-in the needed kernel features.
|
Select libseccomp which also pulls-in the needed kernel features.
|
||||||
|
|||||||
Reference in New Issue
Block a user