diff options
author | Denis Vlasenko | 2006-09-10 18:38:17 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-09-10 18:38:17 +0000 |
commit | 39e93cc95148536eb42b577980f912cbe3888a9b (patch) | |
tree | 7f077cca5f48c852e639c166bbe3501ddd4db708 /util-linux/Config.in | |
parent | 2244a21a8e11736516caf6b239ae108768f9390d (diff) | |
download | busybox-39e93cc95148536eb42b577980f912cbe3888a9b.zip busybox-39e93cc95148536eb42b577980f912cbe3888a9b.tar.gz |
nfsmount: nfsmount.h merged into nfsmount.c
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index aacf557..2da37db 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -378,9 +378,10 @@ config CONFIG_FEATURE_MOUNT_CIFS depends on CONFIG_MOUNT help Enable support for samba mounts. + config CONFIG_FEATURE_MOUNT_FLAGS depends on CONFIG_MOUNT - bool "Support lots of -o flags in mount." + bool "Support lots of -o flags in mount" default y help Without this, mount only supports ro/rw/remount. With this, it |