diff options
Diffstat (limited to 'util-linux/config.in')
-rw-r--r-- | util-linux/config.in | 4 |
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 | |||
43 | bool 'mount' CONFIG_MOUNT | 43 | bool 'mount' CONFIG_MOUNT |
44 | if [ "$CONFIG_MOUNT" = "y" ]; then | 44 | if [ "$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 | ||
47 | fi | 49 | fi |
48 | bool 'umount' CONFIG_UMOUNT | 50 | bool 'umount' CONFIG_UMOUNT |
49 | if [ "$CONFIG_UMOUNT" = "y" ]; then | 51 | if [ "$CONFIG_UMOUNT" = "y" ]; then |