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
|
||||
UNIX = "y";
|
||||
INET = "y";
|
||||
IPV6 = "y";
|
||||
|
||||
# s6-linux-init mounts this on /dev
|
||||
DEVTMPFS = "y";
|
||||
|
|
Loading…
Reference in a new issue