28 lines
611 B
Plaintext
28 lines
611 B
Plaintext
config BR2_PACKAGE_UDEV
|
|
bool "udev"
|
|
default n
|
|
help
|
|
Userspace device daemon.
|
|
|
|
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
|
|
|
|
config BR2_PACKAGE_UDEV_UTILS
|
|
bool "udev-utils"
|
|
default n
|
|
depends on BR2_PACKAGE_UDEV
|
|
help
|
|
Adds the udevmonitor, udevinfo, and udevtest binaries
|
|
to your filesystem.
|
|
|
|
menu "Extra udev tools"
|
|
depends BR2_PACKAGE_UDEV
|
|
|
|
config BR2_PACKAGE_UDEV_VOLUME_ID
|
|
bool "udev-libvolume_id"
|
|
default n
|
|
depends on BR2_PACKAGE_UDEV
|
|
help
|
|
Build and install volume identification library.
|
|
|
|
endmenu
|