aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in10
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
363config 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
363config FEATURE_MOUNT_NFS 373config FEATURE_MOUNT_NFS
364 bool "Support mounting NFS file systems" 374 bool "Support mounting NFS file systems"
365 default n 375 default n