From 8d186a35cb516be7158aafe89a15986aab63e4ed Mon Sep 17 00:00:00 2001 From: heretoenhance <63497419+heretoenhance@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:26:51 +0000 Subject: [PATCH] Adding an explanation for CONFIG_NET requirement (#18600) * README: replace CONFIG_NET with CONFIG_UNIX in requirements list --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 032477bcbf..cde2d1c0a2 100644 --- a/README +++ b/README @@ -44,7 +44,7 @@ REQUIREMENTS: CONFIG_SIGNALFD CONFIG_TIMERFD CONFIG_EPOLL - CONFIG_NET + CONFIG_UNIX (it requires CONFIG_NET, but every other flag in it is not necessary) CONFIG_SYSFS CONFIG_PROC_FS CONFIG_FHANDLE (libudev, mount and bind mount handling)