1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 12:29:43 +03:00
openwrt-xburst/package/udev/Config.in
nico 53ac868559 add udev package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-07 17:03:23 +00:00

12 lines
454 B
Plaintext

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