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