diff options
author | Denys Vlasenko | 2017-08-14 12:25:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-14 12:25:55 +0200 |
commit | 647d8afe869b40c617d2a327b51947cee07b58f3 (patch) | |
tree | 5d4d109fca8152cc75566a6268bfb517935f63db /util-linux/mount.c | |
parent | 007ce9f807c99e14799c6579c8d06f422eccfcb2 (diff) | |
download | busybox-647d8afe869b40c617d2a327b51947cee07b58f3.zip busybox-647d8afe869b40c617d2a327b51947cee07b58f3.tar.gz |
build system: remove unused CONFIG_FEATURE_HAVE_RPC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mount.c')
-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 b8dd8a9..4eade08 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -69,7 +69,6 @@ //config: bool "Support mounting NFS file systems on Linux < 2.6.23" //config: default n //config: depends on MOUNT -//config: select FEATURE_HAVE_RPC //config: select FEATURE_SYSLOG //config: help //config: Enable mounting of NFS file systems on Linux kernels prior |