if !FREETZ_KERNEL_VERSION_3_10_MIN comment "autofs (not available, needs replace kernel)" depends on !FREETZ_AVM_HAS_AUTOFS4_BUILTIN depends on FREETZ_KERNEL_VERSION_2_6_28_MAX && !FREETZ_REPLACE_KERNEL comment "autofs (not available, no kernel sources from AVM)" depends on !FREETZ_AVM_HAS_AUTOFS4_BUILTIN depends on FREETZ_KERNEL_VERSION_2_6_32_MIN && !FREETZ_REPLACE_MODULE_AVAILABLE config FREETZ_PACKAGE_AUTOFS bool "autofs 5.0.5" depends on FREETZ_AVM_HAS_AUTOFS4_BUILTIN \ || (FREETZ_KERNEL_VERSION_2_6_28_MAX && FREETZ_REPLACE_KERNEL) \ || (FREETZ_KERNEL_VERSION_2_6_32_MIN && FREETZ_REPLACE_MODULE_AVAILABLE) select FREETZ_LIB_libdl select FREETZ_LIB_libpthread select FREETZ_MODULE_autofs4 if !FREETZ_AVM_HAS_AUTOFS4_BUILTIN select FREETZ_BUSYBOX_FEATURE_MOUNT_HELPERS select FREETZ_BUSYBOX_FEATURE_MOUNT_LABEL default n help autofs is a kernel-based automounter for Linux. It performs a job similar to amd(8) but relies on a small stub of kernel code instead of pretending to be an NFS server. The result is simpler code, better reliability, and much faster operation in the common case (everything already mounted.) config FREETZ_PACKAGE_AUTOFS_NFS bool "select nfs module" depends on FREETZ_PACKAGE_AUTOFS select FREETZ_MODULE_nfs if FREETZ_NFS_SUPPORT_AVAILABLE_AS_MODULE default n help select this if you want to mount NFS-shares comment "select cifs package (not available, needs replace kernel)" depends on FREETZ_PACKAGE_AUTOFS && \ !FREETZ_REPLACE_KERNEL && FREETZ_KERNEL_VERSION_2_6_28_MIN config FREETZ_PACKAGE_AUTOFS_CIFS bool "select cifs package" depends on FREETZ_PACKAGE_AUTOFS && \ (FREETZ_REPLACE_KERNEL || FREETZ_KERNEL_VERSION_2_6_19_MAX) select FREETZ_PACKAGE_CIFSMOUNT default n help select this if you want to mount Samba-shares config FREETZ_PACKAGE_AUTOFS_DAVFS2 bool "select davfs2 package" depends on FREETZ_PACKAGE_AUTOFS select FREETZ_PACKAGE_DAVFS2 default n help select this if you want to mount WebDAV-shares config FREETZ_PACKAGE_AUTOFS_SSHFS bool "select sshfs package" depends on FREETZ_PACKAGE_AUTOFS select FREETZ_PACKAGE_SSHFS_FUSE default n help select this if you want to mount SSHfs-shares endif