diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 16:51:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 16:51:11 +0000 |
commit | 8fba43d0f136bdd7414ce94587d89c7a9e2b0900 (patch) | |
tree | 161f89573c5ea33c47d060a1a75a03f4fbaeddc7 /package/busybox/config/util-linux | |
parent | fe6294e21cc6924e5148863b9b3060eb9ef05cd1 (diff) | |
download | upstream-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.tar.gz upstream-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.tar.bz2 upstream-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.zip |
upgrade busybox to 1.8.1
SVN-Revision: 9524
Diffstat (limited to 'package/busybox/config/util-linux')
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 28dc7b7fdb..457fdc8f5d 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -360,6 +360,16 @@ config BUSYBOX_CONFIG_MOUNT NFS filesystems. Most people using BusyBox will also want to enable the 'mount' utility. +config BUSYBOX_CONFIG_FEATURE_MOUNT_HELPERS + bool "Support mount helpers" + default n + depends on BUSYBOX_CONFIG_MOUNT + help + Enable mounting of virtual file systems via external helpers. + E.g. mount obexfs#-b00.11.22.33.44.55 /mnt will in effect call + obexfs -b00.11.22.33.44.55 /mnt + The idea is to use such virtual filesystems in /etc/fstab + config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS bool "Support mounting NFS file systems" default y |