diff options
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 aacf55775..2da37db53 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 |