From b97d824d38e8cbdf4783cbfcfa6c93c6824c3424 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 30 Nov 2021 13:34:27 +0100 Subject: [PATCH] busybox: add support to run mdev in daemon mode This mode is necessary in the recovery initramfs to be able to properly detect any external storage device that might contain an update package. The configuration option associated with this mode became explicit after upgrading busybox to v1.34.1, so enable it in our defconfig. Signed-off-by: Gabriel Valcazar --- meta-digi-dey/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox/defconfig b/meta-digi-dey/recipes-core/busybox/busybox/defconfig index 89e7e3543..2d7e52d2b 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox/defconfig +++ b/meta-digi-dey/recipes-core/busybox/busybox/defconfig @@ -652,7 +652,7 @@ CONFIG_FEATURE_MDEV_RENAME=y CONFIG_FEATURE_MDEV_RENAME_REGEXP=y CONFIG_FEATURE_MDEV_EXEC=y CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y -# CONFIG_FEATURE_MDEV_DAEMON is not set +CONFIG_FEATURE_MDEV_DAEMON=y # CONFIG_MESG is not set # CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set # CONFIG_MKE2FS is not set