1 config BR2_PACKAGE_EUDEV
3 depends on !BR2_avr32 # no epoll_create1
4 depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
5 depends on BR2_USE_MMU # uses fork()
6 depends on BR2_LARGEFILE # util-linux
7 depends on BR2_USE_WCHAR # util-linux
8 depends on !BR2_PREFER_STATIC_LIB # kmod
9 select BR2_PACKAGE_UTIL_LINUX
10 select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
11 select BR2_PACKAGE_KMOD
13 Userspace device daemon. This is a standalone version,
14 independent of systemd. It is a fork maintained by Gentoo.
16 eudev requires a Linux kernel >= 2.6.34: it relies on devtmpfs
19 http://github.com/gentoo/eudev/
23 config BR2_PACKAGE_EUDEV_RULES_GEN
24 bool "enable rules generator"
26 Enable persistent rules generator
30 comment "eudev needs eudev /dev management"
32 depends on BR2_USE_MMU
33 depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
35 comment "eudev needs a toolchain w/ largefile, wchar, dynamic library"
37 depends on BR2_USE_MMU
38 depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB