diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-24 13:49:39 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-24 13:49:39 +0000 |
commit | 7ed12587ec9e7d569b7c4e627dfcdb0e034b3432 (patch) | |
tree | efe38ab6e17c654ce2d71c91e540705d056892a6 | |
parent | aef343213848230c86e11e4f3056c05ea9bb3c5e (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39385 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | config/Config-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 3347254cb6..c253959508 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 |