source: freewrt/package/shfs/Config.in@ f571a06c

freewrt_1_0 freewrt_2_0
Last change on this file since f571a06c was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.1 KB
Line 
1config FWRT_COMPILE_SHFS
2 tristate
3 default n
4 depends FWRT_PACKAGE_SHFS_UTILS
5
6config FWRT_PACKAGE_SHFS_UTILS
7 prompt "shfs-utils........................ ShFS mount/umount utilities"
8 tristate
9 select FWRT_COMPILE_SHFS
10 select FWRT_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
Note: See TracBrowser for help on using the repository browser.