add unix-domain socket support
this is a curious config option to default to "n", I think
This commit is contained in:
parent
3ff9e49085
commit
026932a745
@ -56,6 +56,9 @@ in {
|
|||||||
|
|
||||||
MODULES = "y";
|
MODULES = "y";
|
||||||
|
|
||||||
|
# not going far without Unix domain sockets
|
||||||
|
UNIX = "y";
|
||||||
|
|
||||||
# s6-linux-init mounts this on /dev
|
# s6-linux-init mounts this on /dev
|
||||||
DEVTMPFS = "y";
|
DEVTMPFS = "y";
|
||||||
# some or all of these may be fix for "tmpfs: Unknown parameter 'mode'" error
|
# some or all of these may be fix for "tmpfs: Unknown parameter 'mode'" error
|
||||||
|
Loading…
Reference in New Issue
Block a user