Adding an explanation for CONFIG_NET requirement (#18600)

* README: replace CONFIG_NET with CONFIG_UNIX in requirements list
This commit is contained in:
heretoenhance
2021-02-16 16:26:51 +00:00
committed by GitHub
parent 1d123e772d
commit 8d186a35cb

2
README
View File

@@ -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)