2014-01-19 22:03:59 +01:00
|
|
|
config BR2_PACKAGE_LIBNFS
|
|
|
|
bool "libnfs"
|
2015-10-03 21:50:27 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
|
|
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2014-01-19 22:03:59 +01:00
|
|
|
help
|
|
|
|
nfs userspace implementation.
|
|
|
|
|
|
|
|
http://github.com/sahlberg/libnfs
|
|
|
|
|
2015-10-03 21:50:27 +02:00
|
|
|
comment "libnfs needs a toolchain w/ threads"
|
|
|
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|