8bc245da21
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
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.
|