summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-23 22:37:18 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-23 22:37:18 (GMT)
commitaa24e9d913fc9385538ed6d493c094b33ef4d356 (patch)
tree819c819c9cedf77738ee0411a27d83071d958a3e /config
parent30dc7e94c998a4977e06bdf9e500b6e7fcabfaf8 (diff)
Add selection for RPC
So that uClibc config can be matched to Buildroot's expectations via the menu, without the need for a saved config. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/libc/uClibc.in.26
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2
index dc02420..7ac8a44 100644
--- a/config/libc/uClibc.in.2
+++ b/config/libc/uClibc.in.2
@@ -89,3 +89,9 @@ config LIBC_UCLIBC_FENV
If you need fenv.h on other architectures, say 'y' here, but you may
encounter some issues.
+
+config LIBC_UCLIBC_RPC
+ bool
+ prompt "Add support for RPC"
+ help
+ Enable support for remote procedure calls (RPC) in uClibc.