let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / target / linux / package / fuse / Config.in
1 config BR2_PACKAGE_KMOD_FUSE
2 prompt "kmod-fuse......................... FUSE kernel module"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 With FUSE it is possible to implement a fully functional
7 filesystem in a userspace program.
8
9 Features include:
10
11 * Simple library API
12 * Simple installation (no need to patch or recompile the kernel)
13 * Secure implementation
14 * Userspace - kernel interface is very efficient
15 * Usable by non privileged users
16 * Runs on Linux kernels 2.4.X and 2.6.X
17 * Has proven very stable over time
18
19 http://fuse.sourceforge.net/