diff mbox series

[4/9] busybox: mdev.cfg: remove CONFIG_SETSID

Message ID 20241007120950.975803-5-ejo@pengutronix.de
State New
Headers show
Series busybox: cleanup and fix config fragments | expand

Commit Message

Enrico Jörns Oct. 7, 2024, 12:09 p.m. UTC
Was explicitly enabled in defconfig in
456010a0 ("busybox: Enable mountpoint and setsid applets").

Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
---
 meta/recipes-core/busybox/busybox/mdev.cfg | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/busybox/busybox/mdev.cfg b/meta/recipes-core/busybox/busybox/mdev.cfg
index 143e6097cb..54d23597cc 100644
--- a/meta/recipes-core/busybox/busybox/mdev.cfg
+++ b/meta/recipes-core/busybox/busybox/mdev.cfg
@@ -5,7 +5,6 @@  CONFIG_FEATURE_MDEV_RENAME_REGEXP=y
 CONFIG_FEATURE_MDEV_EXEC=y
 CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y
 
-CONFIG_SETSID=y
 CONFIG_CTTYHACK=y
 
 CONFIG_FEATURE_SHADOWPASSWDS=y