diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-14 12:25:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-14 12:25:55 +0200 |
commit | 647d8afe869b40c617d2a327b51947cee07b58f3 (patch) | |
tree | 5d4d109fca8152cc75566a6268bfb517935f63db /util-linux | |
parent | 007ce9f807c99e14799c6579c8d06f422eccfcb2 (diff) | |
download | busybox-w32-647d8afe869b40c617d2a327b51947cee07b58f3.tar.gz busybox-w32-647d8afe869b40c617d2a327b51947cee07b58f3.tar.bz2 busybox-w32-647d8afe869b40c617d2a327b51947cee07b58f3.zip |
build system: remove unused CONFIG_FEATURE_HAVE_RPC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index b8dd8a925..4eade0869 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -69,7 +69,6 @@ | |||
69 | //config: bool "Support mounting NFS file systems on Linux < 2.6.23" | 69 | //config: bool "Support mounting NFS file systems on Linux < 2.6.23" |
70 | //config: default n | 70 | //config: default n |
71 | //config: depends on MOUNT | 71 | //config: depends on MOUNT |
72 | //config: select FEATURE_HAVE_RPC | ||
73 | //config: select FEATURE_SYSLOG | 72 | //config: select FEATURE_SYSLOG |
74 | //config: help | 73 | //config: help |
75 | //config: Enable mounting of NFS file systems on Linux kernels prior | 74 | //config: Enable mounting of NFS file systems on Linux kernels prior |