comment "autofs (not available, needs replace kernel)" depends on !FREETZ_REPLACE_KERNEL && FREETZ_KERNEL_VERSION_2_6_28_MAX config FREETZ_PACKAGE_AUTOFS bool "autofs 5.0.5" select FREETZ_MODULE_autofs4 select FREETZ_BUSYBOX_FEATURE_MOUNT_HELPERS select FREETZ_BUSYBOX_FEATURE_MOUNT_LABEL depends on FREETZ_REPLACE_KERNEL || FREETZ_KERNEL_VERSION_2_6_32_MIN 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_KERNEL_VERSION_2_6_13 || FREETZ_KERNEL_VERSION_2_6_28_MIN default n help select this if you want 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 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 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 mount SSHfs-Shares