mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
config: lxc: enable KERNEL_POSIX_MQUEUE
Recent lxc versions are not useful if this option is not enabled. That said, enable KERNEL_POSIX_MQUEUE by default when KERNEL_LXC_MISC is selected. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39385
This commit is contained in:
parent
998c89a9a6
commit
64f3676a25
@ -423,7 +423,7 @@ if KERNEL_LXC_MISC
|
|||||||
|
|
||||||
config KERNEL_POSIX_MQUEUE
|
config KERNEL_POSIX_MQUEUE
|
||||||
bool "POSIX Message Queues"
|
bool "POSIX Message Queues"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
POSIX variant of message queues is a part of IPC. In POSIX message
|
POSIX variant of message queues is a part of IPC. In POSIX message
|
||||||
queues every message has a priority which decides about succession
|
queues every message has a priority which decides about succession
|
||||||
|
Loading…
Reference in New Issue
Block a user