aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-24 14:50:27 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-24 14:50:27 +0000
commit0e282c9aed630332534ad2670aa8a18c8b8464ba (patch)
tree3e63bf851ae26c4010082edf5b34f3d0431280ce /util-linux
parent11353ae0ab404b783639cea5fe02843b75878286 (diff)
downloadbusybox-w32-0e282c9aed630332534ad2670aa8a18c8b8464ba.tar.gz
busybox-w32-0e282c9aed630332534ad2670aa8a18c8b8464ba.tar.bz2
busybox-w32-0e282c9aed630332534ad2670aa8a18c8b8464ba.zip
combine depends lines
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index b75a09b6e..1f144cae5 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -368,8 +368,7 @@ config MOUNT
368config FEATURE_MOUNT_NFS 368config FEATURE_MOUNT_NFS
369 bool "Support mounting NFS file systems" 369 bool "Support mounting NFS file systems"
370 default n 370 default n
371 depends on MOUNT 371 depends on MOUNT && FEATURE_HAVE_RPC
372 depends on FEATURE_HAVE_RPC
373 select FEATURE_SYSLOG 372 select FEATURE_SYSLOG
374 help 373 help
375 Enable mounting of NFS file systems. 374 Enable mounting of NFS file systems.