add ipv4/v6 to base kernel config

module-based-network
Daniel Barlow 2022-10-18 18:56:29 +01:00
parent 026932a745
commit c6ed5d6f2d
1 changed files with 2 additions and 0 deletions

View File

@ -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";