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-w32-a7825f269d7fef5370ef7bf4c9acf88a4ec51e71.tar.gz busybox-w32-a7825f269d7fef5370ef7bf4c9acf88a4ec51e71.tar.bz2 busybox-w32-a7825f269d7fef5370ef7bf4c9acf88a4ec51e71.zip |
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 | |||
363 | config FEATURE_MOUNT_NFS | 363 | config 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. |