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