Add fuse package
[openwrt/svn-archive/archive.git] / openwrt / package / fuse / Config.in
1 config BR2_PACKAGE_FUSE
2 tristate "fuse (Filesystem in USErspace)"
3 default n
4 help
5 With FUSE it is possible to implement a fully functional
6 filesystem in a userspace program.
7
8 Features include:
9
10 * Simple library API
11 * Simple installation (no need to patch or recompile the kernel)
12 * Secure implementation
13 * Userspace - kernel interface is very efficient
14 * Usable by non privileged users
15 * Runs on Linux kernels 2.4.X and 2.6.X
16 * Has proven very stable over time
17
18
19 http://fuse.sourceforge.net/
20
21