diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-01 06:53:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-01 06:53:50 +0000 |
commit | f0044c480c4da9c5818fe7a0973cd5529314d14b (patch) | |
tree | 8a1cf64b29dd2cae330a908c7881ed90f06cf545 /util-linux/Config.in | |
parent | c348e0bc7bb104c9e2385a0d1c29099a7033adf8 (diff) | |
download | busybox-w32-f0044c480c4da9c5818fe7a0973cd5529314d14b.tar.gz busybox-w32-f0044c480c4da9c5818fe7a0973cd5529314d14b.tar.bz2 busybox-w32-f0044c480c4da9c5818fe7a0973cd5529314d14b.zip |
add support for renaming/relocating device nodes
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 8ec466bb8..d236b77b6 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -301,6 +301,15 @@ config FEATURE_MDEV_CONF | |||
301 | 301 | ||
302 | For more information, please see docs/mdev.txt | 302 | For more information, please see docs/mdev.txt |
303 | 303 | ||
304 | config FEATURE_MDEV_RENAME | ||
305 | bool "Support subdirs/symlinks" | ||
306 | default n | ||
307 | depends on FEATURE_MDEV_CONF | ||
308 | help | ||
309 | Add support for renaming devices and creating symlinks. | ||
310 | |||
311 | For more information, please see docs/mdev.txt | ||
312 | |||
304 | config FEATURE_MDEV_EXEC | 313 | config FEATURE_MDEV_EXEC |
305 | bool "Support command execution at device addition/removal" | 314 | bool "Support command execution at device addition/removal" |
306 | default n | 315 | default n |