Fix and standardize Config.in
[openwrt/svn-archive/archive.git] / openwrt / package / shfs / Config.in
1 config BR2_PACKAGE_SHFS
2 bool
3 default n
4 depends BR2_PACKAGE_KMOD_SHFS
5
6 config BR2_PACKAGE_KMOD_SHFS
7 prompt "kmod-shfs - Shell FileSystem kernel module (ShFS) kernel module"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_PACKAGE_SHFS
11 help
12 ShFS is a simple and easy to use Linux kernel module which
13 allows you to mount remote filesystems using a plain shell
14 (SSH) connection. When using ShFS, you can access all remote
15 files just like the local ones, only the access is governed
16 through the transport security of SSH.
17
18 ShFS supports some nice features:
19
20 * file cache for access speedup
21 * perl and shell code for the remote (server) side
22 * could preserve uid/gid (root connection)
23 * number of remote host platforms (Linux, Solaris, Cygwin, ...)
24 * Linux kernel 2.4.10+ and 2.6
25 * arbitrary command used for connection (instead of SSH)
26 * persistent connection (reconnect after SSH dies)
27
28 http://shfs.sourceforge.net/
29
30 This package contains the shfs.o kernel module.
31
32
33 config BR2_PACKAGE_SHFS_UTILS
34 depends BR2_PACKAGE_KMOD_SHFS
35 prompt "shfs-utils - ShFS mount/umount utilities"
36 tristate
37 default m if CONFIG_DEVEL
38 help
39 ShFS is a simple and easy to use Linux kernel module which
40 allows you to mount remote filesystems using a plain shell
41 (SSH) connection. When using ShFS, you can access all remote
42 files just like the local ones, only the access is governed
43 through the transport security of SSH.
44
45 ShFS supports some nice features:
46
47 * file cache for access speedup
48 * perl and shell code for the remote (server) side
49 * could preserve uid/gid (root connection)
50 * number of remote host platforms (Linux, Solaris, Cygwin, ...)
51 * Linux kernel 2.4.10+ and 2.6
52 * arbitrary command used for connection (instead of SSH)
53 * persistent connection (reconnect after SSH dies)
54
55 http://shfs.sourceforge.net/
56
57 This package contains the shfs mount/umount utilities.
58
59