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 <gabriel.valcazar@digi.com>
This commit is contained in:
parent
46f7d6a64c
commit
b97d824d38
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue