Config.in 381 B

1234567891011
  1. config 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. http://github.com/sahlberg/libnfs
  8. comment "libnfs needs a toolchain w/ threads"
  9. depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)