Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-16 17:56:51 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-16 17:56:51 +0400
commita7825f269d7fef5370ef7bf4c9acf88a4ec51e71 (patch)
tree4c738d408e371c262c472b8f280640689614e07a /util-linux
parent7b72fc12000c878e11d5f0b245f83c0d71b29f58 (diff)
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
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
config FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems"
default n
- depends on MOUNT && FEATURE_HAVE_RPC
+ depends on MOUNT
+ select FEATURE_HAVE_RPC
select FEATURE_SYSLOG
help
Enable mounting of NFS file systems.