1config BR2_PACKAGE_LIBNFS 2 bool "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 5 help 6 nfs userspace implementation. 7 8 http://github.com/sahlberg/libnfs 9 10comment "libnfs needs a toolchain w/ threads" 11 depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC) 12