1 config BR2_PACKAGE_LIBNFS
3 depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
4 select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
6 nfs userspace implementation.
8 http://github.com/sahlberg/libnfs
10 comment "libnfs needs a toolchain w/ threads"
11 depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)