summaryrefslogtreecommitdiffstats
path: root/target/linux/package/fuse/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-17 08:34:53 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-17 08:34:53 +0000
commit46a635746c320950c7edabc1d1a0c12960c0c0e7 (patch)
tree42a835c75d9a464d272055f5a61514574f9eb411 /target/linux/package/fuse/Config.in
parent2311031bc3ad669b1d01d11e5b1cbccd74a66fe8 (diff)
move fuse from target/linux/package/ to package/, update to v2.5.3,
add userland lib, util and dev stuff from trunk. git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3966 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/fuse/Config.in')
-rw-r--r--target/linux/package/fuse/Config.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/package/fuse/Config.in b/target/linux/package/fuse/Config.in
deleted file mode 100644
index d51229522..000000000
--- a/target/linux/package/fuse/Config.in
+++ /dev/null
@@ -1,19 +0,0 @@
-config PACKAGE_KMOD_FUSE
- prompt "kmod-fuse......................... FUSE kernel module"
- tristate
- default m if DEVEL
- 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/