From 82a66ae9ab9702c4f6a4487b5976283537b95f26 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 12 Dec 2020 14:45:18 -0500 Subject: linux-libre-4.19: Enable AF_UNIX --- 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 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 -- cgit v0.9.1