busybox: Enable mountpoint and setsid applets

This is needed by some init system services and if
init system is not sysvinit then we dont have it, therefore
its useful to have it provided via busybox as a backup

Enable CONFIG_SETSID to get setsid, needed by runit

(From OE-Core rev: 456010a042e17d2f5f1314248e2b9f1a3a1a8d93)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2019-01-02 11:21:11 -08:00
committed by Richard Purdie
parent c7e4495b2c
commit 22797e4a43

View File

@@ -815,13 +815,13 @@ CONFIG_DC=y
# CONFIG_FEATURE_MAKEDEVS_TABLE is not set
# CONFIG_MAN is not set
CONFIG_MICROCOM=y
# CONFIG_MOUNTPOINT is not set
CONFIG_MOUNTPOINT=y
# CONFIG_MT is not set
# CONFIG_RAIDAUTORUN is not set
# CONFIG_READAHEAD is not set
# CONFIG_RUNLEVEL is not set
# CONFIG_RX is not set
# CONFIG_SETSID is not set
CONFIG_SETSID=y
# CONFIG_SETFATTR is not set
CONFIG_STRINGS=y
CONFIG_TIME=y