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