summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 12:51:24 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 12:51:24 +0000
commit63a9972bedf9d59e2879ee190ff28210c21b1673 (patch)
tree53108c02e6a1ccc518eb870cd5d36cf09c86a60d /extra
parentda196a90067a621d41b8a02a0606ee402573a73c (diff)
- RPC support currently requires either IPv4 and/or IPv6 support
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index c7b56b515..87cd21af7 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -995,6 +995,8 @@ config UCLIBC_HAS_IPV6
config UCLIBC_HAS_RPC
bool "Remote Procedure Call (RPC) support"
default n
+ # RPC+socket-ipvX doesn't currently work.
+ depends on UCLIBC_HAS_IPV4 || UCLIBC_HAS_IPV6
help
If you want to include RPC support, enable this. RPC is rarely used
for anything except for the NFS filesystem. Unless you plan to use NFS,