diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-15 13:28:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-15 13:28:30 +0000 |
commit | 2535f12cf21b3dd481d59ea1678f9dc05c404efe (patch) | |
tree | 4a0a72b83a693b1dc9bf31acd7bcf6ee726d9a5c /util-linux/Config.in | |
parent | 32eb1f6cb95024e9db28b689891d04769a8b9b35 (diff) | |
download | busybox-w32-2535f12cf21b3dd481d59ea1678f9dc05c404efe.tar.gz busybox-w32-2535f12cf21b3dd481d59ea1678f9dc05c404efe.tar.bz2 busybox-w32-2535f12cf21b3dd481d59ea1678f9dc05c404efe.zip |
httpd: do not clear environment
mount: mount helpers support (by Vladimir Dronnikov <dronnikov@gmail.ru>)
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index c9108134b..107382f51 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -360,6 +360,16 @@ config MOUNT | |||
360 | NFS filesystems. Most people using BusyBox will also want to enable | 360 | NFS filesystems. Most people using BusyBox will also want to enable |
361 | the 'mount' utility. | 361 | the 'mount' utility. |
362 | 362 | ||
363 | config FEATURE_MOUNT_HELPERS | ||
364 | bool "Support mount helpers" | ||
365 | default n | ||
366 | depends on MOUNT | ||
367 | help | ||
368 | Enable mounting of virtual file systems via external helpers. | ||
369 | E.g. mount obexfs#-b00.11.22.33.44.55 /mnt will in effect call | ||
370 | obexfs -b00.11.22.33.44.55 /mnt | ||
371 | The idea is to use such virtual filesystems in /etc/fstab | ||
372 | |||
363 | config FEATURE_MOUNT_NFS | 373 | config FEATURE_MOUNT_NFS |
364 | bool "Support mounting NFS file systems" | 374 | bool "Support mounting NFS file systems" |
365 | default n | 375 | default n |