diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-16 13:56:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-16 13:56:51 +0000 |
commit | a7825f269d7fef5370ef7bf4c9acf88a4ec51e71 (patch) | |
tree | 4c738d408e371c262c472b8f280640689614e07a /util-linux | |
parent | 7b72fc12000c878e11d5f0b245f83c0d71b29f58 (diff) | |
download | busybox-a7825f269d7fef5370ef7bf4c9acf88a4ec51e71.tar.gz |
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 3 |
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. |