projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998c89a
)
config: lxc: enable KERNEL_POSIX_MQUEUE
author
Luka Perkov
<luka@openwrt.org>
Fri, 24 Jan 2014 13:49:39 +0000
(13:49 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Fri, 24 Jan 2014 13:49:39 +0000
(13:49 +0000)
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
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index 3347254cb697b8344b1d52d45d781ce0c8dcbd06..c2539595084131c963bc5676c183e94b3278dcdf 100644
(file)
--- 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