Weston needs udev, so enable eudev and mdev at the same time. We should ONLY choose one of them in the future.

This commit is contained in:
Windsome Zeng
2022-08-03 15:28:12 +08:00
parent c50e5ba7a5
commit 107ffc282b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -167,6 +167,7 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
bool "Dynamic using devtmpfs + mdev"
select BR2_PACKAGE_BUSYBOX
select BR2_PACKAGE_EUDEV
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
bool "Dynamic using devtmpfs + eudev"