package/python-simplejson: bump version to 3.8.2
[buildroot-gz.git] / package / autofs / Config.in
blob8e08357a4e4a985a6519e4614497fd41ceb76ab7
1 config BR2_PACKAGE_AUTOFS
2         bool "autofs"
3         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
4         depends on BR2_USE_MMU
5         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
6         depends on !BR2_STATIC_LIBS # dlfcn
7         help
8           Autofs controls the operation of the automount daemons. The
9           automount daemons automatically mount filesystems when they
10           are used and unmount them after a period of inactivity based
11           on a set of pre-configured maps defined by default in
12           /etc/auto.master. The kernel automounter implements SunOS
13           style automounter under Linux and requires a kernel version
14           of at least 2.6.17 and the autofs4 kernel module.
16           http://www.linuxfromscratch.org/blfs/view/svn/general/autofs.html
18 comment "autofs needs a toolchain w/ NPTL, RPC, dynamic library"
19         depends on BR2_USE_MMU
20         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || \
21                 !BR2_TOOLCHAIN_HAS_NATIVE_RPC