fix BR2_ and CONFIG_ issues
[openwrt/svn-archive/archive.git] / openwrt / target / linux / package / shfs / Config.in
1 config PACKAGE_KMOD_SHFS
2 prompt "kmod-shfs......................... Shell FileSystem kernel module (ShFS) kernel module"
3 tristate
4 default m if DEVEL
5 help
6 ShFS is a simple and easy to use Linux kernel module which
7 allows you to mount remote filesystems using a plain shell
8 (SSH) connection. When using ShFS, you can access all remote
9 files just like the local ones, only the access is governed
10 through the transport security of SSH.
11
12 ShFS supports some nice features:
13
14 * file cache for access speedup
15 * perl and shell code for the remote (server) side
16 * could preserve uid/gid (root connection)
17 * number of remote host platforms (Linux, Solaris, Cygwin, ...)
18 * Linux kernel 2.4.10+ and 2.6
19 * arbitrary command used for connection (instead of SSH)
20 * persistent connection (reconnect after SSH dies)
21
22 http://shfs.sourceforge.net/