diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-07 17:03:23 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-07 17:03:23 +0000 |
commit | dd3606bf46a0e2954e9422afb47f07f8e49cd51f (patch) | |
tree | 0ca8274bab1471b9dc15c71309422a75704f2548 /openwrt/package/udev/Config.in | |
parent | a7269ab648b6f61006c3856700b3adb29077fdb1 (diff) |
add udev package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/udev/Config.in')
-rw-r--r-- | openwrt/package/udev/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/udev/Config.in b/openwrt/package/udev/Config.in new file mode 100644 index 000000000..e9601d10c --- /dev/null +++ b/openwrt/package/udev/Config.in @@ -0,0 +1,11 @@ +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 |