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.
|