blob: 6642fe4258abc6a2db9409bdd90bd4b7d9d1a511 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_LIBNFS
bool "libnfs"
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
help
nfs userspace implementation.
http://github.com/sahlberg/libnfs
comment "libnfs needs a toolchain w/ RPC"
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|