2015-12-22 17:51:10 +01:00
|
|
|
config BR2_PACKAGE_AUTOFS
|
|
|
|
bool "autofs"
|
2016-07-16 16:57:39 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
2015-12-22 17:51:10 +01:00
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2015-12-28 17:18:16 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn
|
2015-12-22 17:51:10 +01:00
|
|
|
help
|
|
|
|
Autofs controls the operation of the automount daemons. The
|
|
|
|
automount daemons automatically mount filesystems when they
|
|
|
|
are used and unmount them after a period of inactivity based
|
|
|
|
on a set of pre-configured maps defined by default in
|
|
|
|
/etc/auto.master. The kernel automounter implements SunOS
|
|
|
|
style automounter under Linux and requires a kernel version
|
|
|
|
of at least 2.6.17 and the autofs4 kernel module.
|
|
|
|
|
|
|
|
http://www.linuxfromscratch.org/blfs/view/svn/general/autofs.html
|
|
|
|
|
2016-07-16 16:57:39 +02:00
|
|
|
comment "autofs needs a toolchain w/ NPTL, RPC, dynamic library"
|
2015-12-22 17:51:10 +01:00
|
|
|
depends on BR2_USE_MMU
|
2016-07-16 16:57:39 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || \
|
2015-12-28 17:18:16 +01:00
|
|
|
!BR2_TOOLCHAIN_HAS_NATIVE_RPC
|