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-0e282c9aed630332534ad2670aa8a18c8b8464ba.tar.gz
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
config FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems"
default n
- depends on MOUNT
- depends on FEATURE_HAVE_RPC
+ depends on MOUNT && FEATURE_HAVE_RPC
select FEATURE_SYSLOG
help
Enable mounting of NFS file systems.