2005-11-05 04:16:36 +02:00
|
|
|
config BR2_COMPILE_FUSE
|
2005-05-24 08:50:39 +03:00
|
|
|
bool
|
|
|
|
default n
|
2005-05-28 12:17:29 +03:00
|
|
|
depends BR2_PACKAGE_LIBFUSE
|
2005-05-24 08:50:39 +03:00
|
|
|
|
2005-04-18 09:20:14 +03:00
|
|
|
config BR2_PACKAGE_LIBFUSE
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "libfuse........................... FUSE library"
|
2005-05-24 08:50:39 +03:00
|
|
|
tristate
|
2005-04-30 23:51:28 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_FUSE
|
2005-05-28 12:17:29 +03:00
|
|
|
select BR2_PACKAGE_KMOD_FUSE
|
2005-05-19 19:49:23 +03:00
|
|
|
select BR2_PACKAGE_LIBPTHREAD
|
2005-04-18 22:45:56 +03:00
|
|
|
help
|
|
|
|
With FUSE it is possible to implement a fully functional
|
|
|
|
filesystem in a userspace program.
|
|
|
|
|
|
|
|
Features include:
|
|
|
|
|
|
|
|
* Simple library API
|
|
|
|
* Simple installation (no need to patch or recompile the kernel)
|
|
|
|
* Secure implementation
|
|
|
|
* Userspace - kernel interface is very efficient
|
|
|
|
* Usable by non privileged users
|
|
|
|
* Runs on Linux kernels 2.4.X and 2.6.X
|
|
|
|
* Has proven very stable over time
|
|
|
|
|
|
|
|
http://fuse.sourceforge.net/
|
|
|
|
|
2005-05-24 08:50:39 +03:00
|
|
|
This package contains the fuse shared library, needed by other programs.
|
|
|
|
|
2005-04-18 22:45:56 +03:00
|
|
|
Depends: libpthread
|
2005-04-18 09:20:14 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_FUSE_UTILS
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "fuse-utils...................... FUSE utilities"
|
2005-05-24 08:50:39 +03:00
|
|
|
tristate
|
2005-04-30 23:51:28 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-05-19 19:49:23 +03:00
|
|
|
depends BR2_PACKAGE_LIBFUSE
|
|
|
|
select BR2_PACKAGE_LIBPTHREAD
|
2005-04-18 22:45:56 +03:00
|
|
|
help
|
|
|
|
With FUSE it is possible to implement a fully functional
|
|
|
|
filesystem in a userspace program.
|
|
|
|
|
|
|
|
Features include:
|
|
|
|
|
|
|
|
* Simple library API
|
|
|
|
* Simple installation (no need to patch or recompile the kernel)
|
|
|
|
* Secure implementation
|
|
|
|
* Userspace - kernel interface is very efficient
|
|
|
|
* Usable by non privileged users
|
|
|
|
* Runs on Linux kernels 2.4.X and 2.6.X
|
|
|
|
* Has proven very stable over time
|
|
|
|
|
|
|
|
http://fuse.sourceforge.net/
|
|
|
|
|
2005-05-24 08:50:39 +03:00
|
|
|
This package contains the fusermount userland utility.
|
2005-11-05 04:16:36 +02:00
|
|
|
|