• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/nfs-utils/Config.in
Thomas De SchampheleireThomas De Schampheleire committed 35eaed8d07b20 Dec 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "nfs-utils needs a toolchain w/ largefile, threads"
2
    depends on BR2_USE_MMU
3
    depends on !BR2_LARGEFILE || \
4
        !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
5
​
6
config BR2_PACKAGE_NFS_UTILS
7
    bool "nfs-utils"
8
    depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
9
    select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
10
    depends on BR2_LARGEFILE
11
    depends on BR2_USE_MMU # fork()
12
    help
13
      The NFS Linux kernel server.
14
      Warning: We do not force largefile support on here on purpose.
15
      Enable it yourself if you want to access big exports!
16
​
17
      http://sourceforge.net/projects/nfs
18
​
19
if BR2_PACKAGE_NFS_UTILS
20
​
21
menu "NFS utilities selection"
22
​
23
config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
24
    bool "rpcdebug"
25
    help
26
      The RPC debugging utility
27
​
28
config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
29
    bool "rpc.lockd"
30
    help
31
      NFS lock manager for Linux kernels older than 2.4
32
​
33
config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
34
    bool "rpc.rquotad"
35
    help
36
      NFS remote quota server
37
​
38
endmenu
39
​
40
endif
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.