summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit82a66ae9ab9702c4f6a4487b5976283537b95f26 (patch)
tree5b6fed8f11f13985df55aad4dccd87be7ca06398
parent97616ac7adb34c239fbfe934d885d9ff032de44c (diff)
linux-libre-4.19: Enable AF_UNIX
-rw-r--r--changelog2
-rw-r--r--src/build/linux-libre-4.19_4.19.163+gnu/config2
2 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index aa6dd6e..7534b86 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ config-x60 (2.4) trunk
* config-busybox-x60: Enable blkid (will be used by lilo).
* config-linux-libre-4.19-x60: New upstream version.
+ * config-linux-libre-4.19-x60: Enable AF_UNIX sockets (needed by wget
+ for HTTPS).
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 11 Dec 2020 09:26:27 -0500
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