1 config BR2_PACKAGE_AUTOFS
3 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5 depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
6 depends on !BR2_STATIC_LIBS # dlfcn
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