diff options
| author | Peter Korsgaard | 2008-07-10 12:11:36 +0200 |
|---|---|---|
| committer | Peter Korsgaard | 2008-07-10 12:11:36 +0200 |
| commit | 65cd178b5456cc7ee5a5816d4be4a6ea63862366 (patch) | |
| tree | 6e0116d8800541b3395de28abbb05db132179d3d | |
| parent | gperf: depend on stamp file rather than gperf binary (diff) | |
| download | buildroot-65cd178b5456cc7ee5a5816d4be4a6ea63862366.tar.gz buildroot-65cd178b5456cc7ee5a5816d4be4a6ea63862366.tar.xz buildroot-65cd178b5456cc7ee5a5816d4be4a6ea63862366.zip | |
fuse: select BR2_LARGEFILE
fuse needs largefile support
| -rw-r--r-- | package/fuse/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fuse/Config.in b/package/fuse/Config.in index d54b72bed..809ae2dc0 100644 --- a/package/fuse/Config.in +++ b/package/fuse/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBFUSE bool "libfuse" default n + select BR2_LARGEFILE help FUSE (Filesystem in UserSpacE) |
