forked from DGNum/liminix
add ipv4/v6 to base kernel config
This commit is contained in:
parent
026932a745
commit
c6ed5d6f2d
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ in {
|
||||||
|
|
||||||
# not going far without Unix domain sockets
|
# not going far without Unix domain sockets
|
||||||
UNIX = "y";
|
UNIX = "y";
|
||||||
|
INET = "y";
|
||||||
|
IPV6 = "y";
|
||||||
|
|
||||||
# s6-linux-init mounts this on /dev
|
# s6-linux-init mounts this on /dev
|
||||||
DEVTMPFS = "y";
|
DEVTMPFS = "y";
|
||||||
|
|
Loading…
Reference in a new issue