diff options
Diffstat (limited to 'package/autofs/Config.in')
-rw-r--r-- | package/autofs/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/autofs/Config.in b/package/autofs/Config.in new file mode 100644 index 0000000000..2933740cab --- /dev/null +++ b/package/autofs/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_AUTOFS + bool "autofs" + depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_USE_MMU + depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC + 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 + +comment "autofs needs a toolchain w/ threads, RPC" + depends on BR2_USE_MMU + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HAS_NATIVE_RPC |