2005-04-09 02:28:41 +00:00
|
|
|
config BR2_PACKAGE_FUSE
|
2005-04-09 14:21:54 +00:00
|
|
|
select BR2_PACKAGE_LIBPTHREAD
|
2005-04-18 19:45:56 +00:00
|
|
|
depends BR2_PACKAGE_KMOD_FUSE
|
|
|
|
bool
|
2005-04-30 20:57:31 +00:00
|
|
|
default n
|
2005-04-18 19:45:56 +00:00
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_FUSE
|
|
|
|
select BR2_PACKAGE_FUSE
|
|
|
|
tristate "kmod-fuse (FUSE kernel module)"
|
2005-04-30 20:51:28 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-09 02:28:41 +00: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-04-09 14:21:54 +00:00
|
|
|
Depends: libpthread
|
2005-04-18 06:20:14 +00:00
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBFUSE
|
2005-04-18 19:45:56 +00:00
|
|
|
depends BR2_PACKAGE_KMOD_FUSE
|
2005-04-18 06:20:14 +00:00
|
|
|
tristate "libfuse (FUSE library)"
|
2005-04-30 20:51:28 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-18 19:45:56 +00: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/
|
|
|
|
|
|
|
|
Depends: libpthread
|
2005-04-18 06:20:14 +00:00
|
|
|
|
|
|
|
config BR2_PACKAGE_FUSE_UTILS
|
2005-04-18 19:45:56 +00:00
|
|
|
depends BR2_PACKAGE_LIBFUSE
|
2005-04-18 06:20:14 +00:00
|
|
|
tristate "fuse-utils (FUSE utilities)"
|
2005-04-30 20:51:28 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-18 19:45:56 +00: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/
|
|
|
|
|
|
|
|
Depends: libpthread
|
2005-04-18 06:20:14 +00:00
|
|
|
|