1*4882a593Smuzhiyuncomment "nfs-utils needs a toolchain w/ threads" 2*4882a593Smuzhiyun depends on BR2_USE_MMU 3*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun 5*4882a593Smuzhiyunconfig BR2_PACKAGE_NFS_UTILS 6*4882a593Smuzhiyun bool "nfs-utils" 7*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc, rpcbind 8*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 9*4882a593Smuzhiyun select BR2_PACKAGE_LIBTIRPC # IPv6 requires libtirpc 10*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX 11*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX_LIBUUID 12*4882a593Smuzhiyun help 13*4882a593Smuzhiyun The NFS Linux kernel server. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun http://linux-nfs.org/ 16*4882a593Smuzhiyun 17*4882a593Smuzhiyunif BR2_PACKAGE_NFS_UTILS 18*4882a593Smuzhiyun 19*4882a593Smuzhiyunconfig BR2_PACKAGE_NFS_UTILS_NFSV4 20*4882a593Smuzhiyun bool "NFSv4/NFSv4.1" 21*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # keyutils, lvm2 22*4882a593Smuzhiyun select BR2_PACKAGE_KEYUTILS 23*4882a593Smuzhiyun select BR2_PACKAGE_LIBEVENT 24*4882a593Smuzhiyun select BR2_PACKAGE_LVM2 25*4882a593Smuzhiyun select BR2_PACKAGE_SQLITE 26*4882a593Smuzhiyun help 27*4882a593Smuzhiyun Enable NFSv4/NFSv4.1 support 28*4882a593Smuzhiyun 29*4882a593Smuzhiyuncomment "NFSv4/NFSv4.1 support needs a toolchain w/ dynamic library" 30*4882a593Smuzhiyun depends on BR2_STATIC_LIBS 31*4882a593Smuzhiyun 32*4882a593Smuzhiyunconfig BR2_PACKAGE_NFS_UTILS_GSS 33*4882a593Smuzhiyun bool "gss" 34*4882a593Smuzhiyun depends on BR2_PACKAGE_NFS_UTILS_NFSV4 35*4882a593Smuzhiyun select BR2_PACKAGE_LIBTIRPC_GSS 36*4882a593Smuzhiyun help 37*4882a593Smuzhiyun Enable GSS support 38*4882a593Smuzhiyun 39*4882a593Smuzhiyunconfig BR2_PACKAGE_NFS_UTILS_RPCDEBUG 40*4882a593Smuzhiyun bool "rpcdebug" 41*4882a593Smuzhiyun help 42*4882a593Smuzhiyun The RPC debugging utility 43*4882a593Smuzhiyun 44*4882a593Smuzhiyunconfig BR2_PACKAGE_NFS_UTILS_RPC_LOCKD 45*4882a593Smuzhiyun bool "rpc.lockd" 46*4882a593Smuzhiyun help 47*4882a593Smuzhiyun NFS lock manager for Linux kernels older than 2.4 48*4882a593Smuzhiyun 49*4882a593Smuzhiyunconfig BR2_PACKAGE_NFS_UTILS_RPC_NFSD 50*4882a593Smuzhiyun bool "rpc.nfsd" 51*4882a593Smuzhiyun default y 52*4882a593Smuzhiyun select BR2_PACKAGE_RPCBIND # runtime 53*4882a593Smuzhiyun help 54*4882a593Smuzhiyun NFS server 55*4882a593Smuzhiyun 56*4882a593Smuzhiyunconfig BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD 57*4882a593Smuzhiyun bool "rpc.rquotad" 58*4882a593Smuzhiyun help 59*4882a593Smuzhiyun NFS remote quota server 60*4882a593Smuzhiyun 61*4882a593Smuzhiyunendif 62