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.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/util-linux/config.in b/util-linux/config.in
index bcc99bbe1..25d0c5ad4 100644
--- a/util-linux/config.in
+++ b/util-linux/config.in
@@ -43,7 +43,9 @@ bool 'swaponoff' CONFIG_SWAPONOFF
43bool 'mount' CONFIG_MOUNT 43bool 'mount' CONFIG_MOUNT
44if [ "$CONFIG_MOUNT" = "y" ]; then 44if [ "$CONFIG_MOUNT" = "y" ]; then
45 bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT 45 bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT
46 bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH 46 if [ "$CONFIG_FEATURE_USE_DEVPS_PATCH" = "n" ]; then
47 bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH
48 fi
47fi 49fi
48bool 'umount' CONFIG_UMOUNT 50bool 'umount' CONFIG_UMOUNT
49if [ "$CONFIG_UMOUNT" = "y" ]; then 51if [ "$CONFIG_UMOUNT" = "y" ]; then