summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-01-24 13:49:39 +0000
committerLuka Perkov <luka@openwrt.org>2014-01-24 13:49:39 +0000
commit64f3676a25d7d1b8b5417dd9f75eaca1798a2d45 (patch)
treed341eee1165d0086957f7b1356c4f2a1f214ecab /config
parent998c89a9a60ca5a50b951b521c607ac0ba842518 (diff)
downloadmtk-20170518-64f3676a25d7d1b8b5417dd9f75eaca1798a2d45.zip
mtk-20170518-64f3676a25d7d1b8b5417dd9f75eaca1798a2d45.tar.gz
mtk-20170518-64f3676a25d7d1b8b5417dd9f75eaca1798a2d45.tar.bz2
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
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 3347254..c253959 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -423,7 +423,7 @@ if KERNEL_LXC_MISC
config KERNEL_POSIX_MQUEUE
bool "POSIX Message Queues"
- default n
+ default y
help
POSIX variant of message queues is a part of IPC. In POSIX message
queues every message has a priority which decides about succession