summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorheretoenhance <63497419+heretoenhance@users.noreply.github.com>2021-02-16 16:26:51 +0000
committerGitHub <noreply@github.com>2021-02-16 16:26:51 +0000
commit8d186a35cb516be7158aafe89a15986aab63e4ed (patch)
treeeb7384e8b9278cb116afe74a24676805e014614a /README
parent1d123e772d63fd5f4f4315a31ae2f23f10d538f9 (diff)
downloadsystemd-8d186a35cb516be7158aafe89a15986aab63e4ed.tar.gz
Adding an explanation for CONFIG_NET requirement (#18600)
* README: replace CONFIG_NET with CONFIG_UNIX in requirements list
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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)