You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
454 B
12 lines
454 B
![]()
19 years ago
|
config BR2_PACKAGE_UDEV
|
||
|
prompt "udev.............................. Dynamic device management subsystem"
|
||
|
tristate
|
||
|
default m if CONFIG_DEVEL
|
||
|
select BR2_COMPILE_UTIL_LINUX
|
||
|
help
|
||
|
udev provides a dynamic device directory containing only the files for
|
||
|
actually present devices. It creates or removes device node files in
|
||
|
the /dev directory, or it renames network interfaces.
|
||
|
|
||
|
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|