aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-06-16 14:16:02 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-06-16 14:16:02 +0000
commitc75d6298b4d083b5e8b99117602e75fbe9ddd45b (patch)
tree13b6e2cc0f680e36c140fdcc99a6f27defeae0b4 /README
parent74579f986208b82bda2b3e3d3c4b67f69e69f039 (diff)
downloadandroid_external_fuse-c75d6298b4d083b5e8b99117602e75fbe9ddd45b.tar.gz
android_external_fuse-c75d6298b4d083b5e8b99117602e75fbe9ddd45b.tar.bz2
android_external_fuse-c75d6298b4d083b5e8b99117602e75fbe9ddd45b.zip
Remove fuse kernel module sources
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 2 insertions, 19 deletions
diff --git a/README b/README
index 4d9dd92..398dd65 100644
--- a/README
+++ b/README
@@ -35,25 +35,8 @@ modprobe fuse
You may also need to add '/usr/local/lib' to '/etc/ld.so.conf' and/or
run ldconfig.
-Linux kernels 2.6.14 or later contain FUSE support out of the box. If
-FUSE support is detected, the kernel module in this package will not
-be compiled. It is possible to override this with the
-'--enable-kernel-module' configure option.
-
-If './configure' cannot find the kernel source or it says the kernel
-source should be prepared, you may either try
-
- ./configure --disable-kernel-module
-
-or if your kernel does not already contain FUSE support, do the
-following:
-
- - Extract the kernel source to some directory
-
- - Copy the running kernel's config (usually found in
- /boot/config-X.Y.Z) to .config at the top of the source tree
-
- - Run 'make prepare'
+You'll also need a fuse kernel module, Linux kernels 2.6.14 or later
+contain FUSE support.
For more details see the file 'INSTALL'