2014-02-07 14:21:32 +01:00
|
|
|
config BR2_PACKAGE_EUDEV
|
|
|
|
bool "eudev"
|
|
|
|
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
|
|
|
depends on BR2_USE_MMU # uses fork()
|
|
|
|
depends on BR2_USE_WCHAR # util-linux
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # kmod
|
2014-02-07 14:21:33 +01:00
|
|
|
select BR2_PACKAGE_HAS_UDEV
|
2014-02-07 14:21:32 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
|
|
|
select BR2_PACKAGE_KMOD
|
|
|
|
help
|
|
|
|
Userspace device daemon. This is a standalone version,
|
|
|
|
independent of systemd. It is a fork maintained by Gentoo.
|
|
|
|
|
|
|
|
eudev requires a Linux kernel >= 2.6.34: it relies on devtmpfs
|
|
|
|
and inotify.
|
|
|
|
|
2014-07-25 21:18:46 +02:00
|
|
|
http://dev.gentoo.org/~blueness/eudev
|
2014-02-07 14:21:32 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_EUDEV
|
|
|
|
|
2014-02-24 10:25:41 +01:00
|
|
|
config BR2_PACKAGE_PROVIDES_UDEV
|
|
|
|
default "eudev"
|
|
|
|
|
2014-02-07 14:21:32 +01:00
|
|
|
config BR2_PACKAGE_EUDEV_RULES_GEN
|
|
|
|
bool "enable rules generator"
|
|
|
|
help
|
|
|
|
Enable persistent rules generator
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
comment "eudev needs eudev /dev management"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "eudev needs a toolchain w/ wchar, dynamic library"
|
2014-02-07 14:21:32 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-03-30 23:07:30 +02:00
|
|
|
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|