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:
@@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_EUDEV
|
||||
bool "eudev"
|
||||
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
||||
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV || BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
|
||||
depends on BR2_USE_MMU # uses fork()
|
||||
depends on BR2_USE_WCHAR # needs C99 compiler
|
||||
depends on !BR2_STATIC_LIBS # kmod
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user