| Message ID | 20241007120950.975803-5-ejo@pengutronix.de |
|---|---|
| State | New |
| Headers | show |
| Series | busybox: cleanup and fix config fragments | expand |
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
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(-)