| 1 | config FWRT_COMPILE_FUSE
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends FWRT_PACKAGE_LIBFUSE
|
|---|
| 5 |
|
|---|
| 6 | config FWRT_PACKAGE_LIBFUSE
|
|---|
| 7 | prompt "libfuse........................... FUSE library"
|
|---|
| 8 | tristate
|
|---|
| 9 | default n
|
|---|
| 10 | select FWRT_COMPILE_FUSE
|
|---|
| 11 | select FWRT_PACKAGE_LIBPTHREAD
|
|---|
| 12 | help
|
|---|
| 13 | With FUSE it is possible to implement a fully functional
|
|---|
| 14 | filesystem in a userspace program.
|
|---|
| 15 |
|
|---|
| 16 | Features include:
|
|---|
| 17 |
|
|---|
| 18 | * Simple library API
|
|---|
| 19 | * Simple installation (no need to patch or recompile the kernel)
|
|---|
| 20 | * Secure implementation
|
|---|
| 21 | * Userspace - kernel interface is very efficient
|
|---|
| 22 | * Usable by non privileged users
|
|---|
| 23 | * Runs on Linux kernels 2.4.X and 2.6.X
|
|---|
| 24 | * Has proven very stable over time
|
|---|
| 25 |
|
|---|
| 26 | http://fuse.sourceforge.net/
|
|---|
| 27 |
|
|---|
| 28 | This package contains the fuse shared library, needed by other programs.
|
|---|
| 29 |
|
|---|
| 30 | Depends: libpthread
|
|---|
| 31 |
|
|---|
| 32 | config FWRT_PACKAGE_FUSE_UTILS
|
|---|
| 33 | prompt "fuse-utils...................... FUSE utilities"
|
|---|
| 34 | tristate
|
|---|
| 35 | default n
|
|---|
| 36 | depends FWRT_PACKAGE_LIBFUSE
|
|---|
| 37 | select FWRT_PACKAGE_LIBPTHREAD
|
|---|
| 38 | help
|
|---|
| 39 | With FUSE it is possible to implement a fully functional
|
|---|
| 40 | filesystem in a userspace program.
|
|---|
| 41 |
|
|---|
| 42 | Features include:
|
|---|
| 43 |
|
|---|
| 44 | * Simple library API
|
|---|
| 45 | * Simple installation (no need to patch or recompile the kernel)
|
|---|
| 46 | * Secure implementation
|
|---|
| 47 | * Userspace - kernel interface is very efficient
|
|---|
| 48 | * Usable by non privileged users
|
|---|
| 49 | * Runs on Linux kernels 2.4.X and 2.6.X
|
|---|
| 50 | * Has proven very stable over time
|
|---|
| 51 |
|
|---|
| 52 | http://fuse.sourceforge.net/
|
|---|
| 53 |
|
|---|
| 54 | This package contains the fusermount userland utility.
|
|---|
| 55 |
|
|---|
| 56 | config FWRT_PACKAGE_KMOD_FUSE
|
|---|
| 57 | prompt "kmod-fuse....................... FUSE kernel module"
|
|---|
| 58 | tristate
|
|---|
| 59 | default n
|
|---|
| 60 | depends FWRT_PACKAGE_LIBFUSE
|
|---|
| 61 | help
|
|---|
| 62 | With FUSE it is possible to implement a fully functional
|
|---|
| 63 | filesystem in a userspace program.
|
|---|