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()
|
2016-12-26 16:22:35 +01:00
|
|
|
depends on BR2_USE_WCHAR # needs C99 compiler
|
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
|
2016-07-12 00:16:25 +02:00
|
|
|
eudev is a fork of systemd-udev with the goal of obtaining better
|
|
|
|
compatibility with existing software such as OpenRC and Upstart,
|
|
|
|
older kernels, various toolchains and anything else required by
|
|
|
|
users and various distributions.
|
2014-02-07 14:21:32 +01:00
|
|
|
|
2016-05-26 15:24:33 +02:00
|
|
|
https://wiki.gentoo.org/wiki/Project: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
|
|
|
|
|
2015-06-15 21:53:34 +02:00
|
|
|
config BR2_PACKAGE_EUDEV_ENABLE_HWDB
|
|
|
|
bool "enable hwdb installation"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Enables hardware database installation to /etc/udev/hwdb.d
|
|
|
|
|
2014-02-07 14:21:32 +01:00
|
|
|
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
|