blob: 1bdcd9ed4f21cfb1d11943dba3b8ba1b8d509699 (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_RPCBIND
bool "rpcbind"
# We really need libtirpc and can't work with the native RPC
# implementation of toolchains.
select BR2_PACKAGE_LIBTIRPC
help
The rpcbind utility is a server that converts RPC program numbers
into universal addresses.
|