+config BR2_PACKAGE_FUSE
+ bool
+ default n
+ depends BR2_PACKAGE_KMOD_FUSE
+
config BR2_PACKAGE_KMOD_FUSE
select BR2_PACKAGE_FUSE
- tristate "kmod-fuse - FUSE kernel module"
+ prompt "kmod-fuse - FUSE kernel module"
+ tristate
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_FUSE
help
With FUSE it is possible to implement a fully functional
filesystem in a userspace program.
http://fuse.sourceforge.net/
- Depends: libpthread
+ This package contains the fuse.o kernel module.
+
config BR2_PACKAGE_LIBFUSE
- tristate "libfuse - FUSE library"
+ prompt "libfuse - FUSE library"
+ tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_KMOD_FUSE
select BR2_PACKAGE_LIBPTHREAD
http://fuse.sourceforge.net/
+ This package contains the fuse shared library, needed by other programs.
+
Depends: libpthread
+
config BR2_PACKAGE_FUSE_UTILS
- tristate "fuse-utils - FUSE utilities"
+ prompt "fuse-utils - FUSE utilities"
+ tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBFUSE
select BR2_PACKAGE_LIBPTHREAD
http://fuse.sourceforge.net/
- Depends: libpthread
-
-
-config BR2_PACKAGE_FUSE
- tristate
- default BR2_PACKAGE_KMOD_FUSE
-
+ This package contains the fusermount userland utility.
+
+config BR2_PACKAGE_OPENLDAP
+ bool
+ default n
+ depends BR2_PACKAGE_LIBOPENLDAP
+
config BR2_PACKAGE_LIBOPENLDAP
- tristate "libopenldap - Open source LDAP (Lightweight Directory Access Protocol) client libraries"
+ prompt "libopenldap - Open source LDAP (Lightweight Directory Access Protocol) client libraries"
+ tristate
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_OPENLDAP
help
OpenLDAP Software is an open source implementation of the
http://www.openldap.org/
- This package contains the LDAP client libraries, needed by other programs.
+ This package contains the shared LDAP client libraries, needed by other programs.
config BR2_PACKAGE_OPENLDAP_UTILS
- tristate "openldap-utils - OpenLDAP client utilities"
- default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBOPENLDAP
+ prompt "openldap-utils - OpenLDAP client utilities"
+ tristate
+ default m if CONFIG_DEVEL
help
OpenLDAP Software is an open source implementation of the
This package contains client programs required to access LDAP servers.
-config BR2_PACKAGE_OPENLDAP
- tristate
- depends BR2_PACKAGE_LIBOPENLDAP
+config BR2_PACKAGE_OPENSSL
+ bool
+ default n
+ depends BR2_PACKAGE_LIBOPENSSL
+
config BR2_PACKAGE_LIBOPENSSL
- tristate "libopenssl - Open source SSL (Secure Socket Layer) libraries"
+ prompt "libopenssl - Open source SSL (Secure Socket Layer) libraries"
+ tristate
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_OPENSSL
help
The OpenSSL Project is a collaborative effort to develop a robust,
config BR2_PACKAGE_OPENSSL_UTIL
- tristate "openssl-util - OpenSSL command line tool"
- default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBOPENSSL
+ prompt "openssl-util - OpenSSL command line tool"
+ tristate
+ default m if CONFIG_DEVEL
help
The OpenSSL Project is a collaborative effort to develop a robust,
This package contains the multi-purpose OpenSSL binary tool.
-
-config BR_PACKAGE_OPENSSL
- tristate
- default BR2_PACKAGE_LIBOPENSSL
+config BR2_PACKAGE_SHFS
+ bool
+ default n
+ depends BR2_PACKAGE_KMOD_SHFS
+
config BR2_PACKAGE_KMOD_SHFS
- tristate "kmod-shfs - Shell FileSystem kernel module (ShFS) kernel module"
+ prompt "kmod-shfs - Shell FileSystem kernel module (ShFS) kernel module"
+ tristate
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_SHFS
help
-
- Shell FileSystem kernel module
-
ShFS is a simple and easy to use Linux kernel module which
allows you to mount remote filesystems using a plain shell
(SSH) connection. When using ShFS, you can access all remote
* arbitrary command used for connection (instead of SSH)
* persistent connection (reconnect after SSH dies)
-
http://shfs.sourceforge.net/
+ This package contains the shfs.o kernel module.
+
config BR2_PACKAGE_SHFS_UTILS
depends BR2_PACKAGE_KMOD_SHFS
- tristate "shfs-utils - ShFS mount/umount utilities"
+ prompt "shfs-utils - ShFS mount/umount utilities"
+ tristate
default m if CONFIG_DEVEL
help
+ ShFS is a simple and easy to use Linux kernel module which
+ allows you to mount remote filesystems using a plain shell
+ (SSH) connection. When using ShFS, you can access all remote
+ files just like the local ones, only the access is governed
+ through the transport security of SSH.
- Shell FileSystem mount/umount utilities
+ ShFS supports some nice features:
+
+ * file cache for access speedup
+ * perl and shell code for the remote (server) side
+ * could preserve uid/gid (root connection)
+ * number of remote host platforms (Linux, Solaris, Cygwin, ...)
+ * Linux kernel 2.4.10+ and 2.6
+ * arbitrary command used for connection (instead of SSH)
+ * persistent connection (reconnect after SSH dies)
+
+ http://shfs.sourceforge.net/
+
+ This package contains the shfs mount/umount utilities.
-
-config BR2_PACKAGE_SHFS
- tristate
- default n
- depends BR2_PACKAGE_KMOD_SHFS
- help