2005-03-15 20:16:00 +01:00
|
|
|
config BR2_PACKAGE_UDEV
|
|
|
|
bool "udev"
|
2011-08-15 12:43:22 +02:00
|
|
|
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
2012-02-08 10:50:25 +01:00
|
|
|
depends on BR2_LARGEFILE # util-linux
|
|
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
|
|
|
select BR2_PACKAGE_KMOD
|
2005-03-15 20:16:00 +01:00
|
|
|
help
|
|
|
|
Userspace device daemon.
|
|
|
|
|
2012-02-08 10:50:25 +01:00
|
|
|
udev requires a Linux kernel >= 2.6.34: it relies on devtmpfs.
|
|
|
|
|
2005-03-15 20:16:00 +01:00
|
|
|
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
|
2007-01-14 01:59:10 +01:00
|
|
|
|
2011-07-22 16:51:28 +02:00
|
|
|
if BR2_PACKAGE_UDEV
|
2007-01-14 01:59:10 +01:00
|
|
|
|
2012-02-08 10:50:25 +01:00
|
|
|
config BR2_PACKAGE_UDEV_RULES_GEN
|
|
|
|
bool "enable rules generator"
|
|
|
|
help
|
|
|
|
Enable persistant rules generator
|
|
|
|
|
2011-07-22 16:51:28 +02:00
|
|
|
config BR2_PACKAGE_UDEV_ALL_EXTRAS
|
|
|
|
bool "enable all extras"
|
|
|
|
select BR2_PACKAGE_ACL
|
|
|
|
select BR2_PACKAGE_HWDATA
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2007-07-29 01:02:26 +02:00
|
|
|
help
|
2011-07-22 16:51:28 +02:00
|
|
|
Enable all extras with external dependencies like
|
2012-02-08 10:50:25 +01:00
|
|
|
libacl, hwdata and libglib2
|
2009-02-13 20:57:59 +01:00
|
|
|
|
2011-07-22 16:51:28 +02:00
|
|
|
endif
|
2011-08-15 12:43:22 +02:00
|
|
|
|
|
|
|
comment "udev requires /dev mgmnt set to udev under System configuration"
|
|
|
|
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|