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