diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-12 14:45:18 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-12 16:24:36 (EST) |
commit | 82a66ae9ab9702c4f6a4487b5976283537b95f26 (patch) | |
tree | 5b6fed8f11f13985df55aad4dccd87be7ca06398 /src | |
parent | 97616ac7adb34c239fbfe934d885d9ff032de44c (diff) |
linux-libre-4.19: Enable AF_UNIX
Diffstat (limited to 'src')
-rw-r--r-- | src/build/linux-libre-4.19_4.19.163+gnu/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/linux-libre-4.19_4.19.163+gnu/config b/src/build/linux-libre-4.19_4.19.163+gnu/config index 295c1a7..3cee307 100644 --- a/src/build/linux-libre-4.19_4.19.163+gnu/config +++ b/src/build/linux-libre-4.19_4.19.163+gnu/config @@ -732,7 +732,7 @@ CONFIG_NET=y # CONFIG_PACKET=y # CONFIG_PACKET_DIAG is not set -# CONFIG_UNIX is not set +CONFIG_UNIX=y # CONFIG_TLS is not set # CONFIG_XFRM_USER is not set # CONFIG_NET_KEY is not set |