aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 1040ce282..c9108134b 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -363,7 +363,8 @@ config MOUNT
363config FEATURE_MOUNT_NFS 363config FEATURE_MOUNT_NFS
364 bool "Support mounting NFS file systems" 364 bool "Support mounting NFS file systems"
365 default n 365 default n
366 depends on MOUNT && FEATURE_HAVE_RPC 366 depends on MOUNT
367 select FEATURE_HAVE_RPC
367 select FEATURE_SYSLOG 368 select FEATURE_SYSLOG
368 help 369 help
369 Enable mounting of NFS file systems. 370 Enable mounting of NFS file systems.