move package/linux into target/linux, use wbx' new kernel code. support building...
[openwrt.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         select BR2_PACKAGE_FUSE
6         help
7           With FUSE it is possible to implement a fully functional 
8           filesystem in a userspace program.
9           
10           Features include:
11           
12            * Simple library API
13            * Simple installation (no need to patch or recompile the kernel)
14            * Secure implementation
15            * Userspace - kernel interface is very efficient
16            * Usable by non privileged users
17            * Runs on Linux kernels 2.4.X and 2.6.X
18            * Has proven very stable over time
19           
20           
21           http://fuse.sourceforge.net/
22           
23           This package contains the fuse.o kernel module.