6a219e26b6
Fixes http://autobuild.buildroot.net/results/5c64ea05e0ffedcc78f5255f6f76afa1f159cda0 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
config BR2_PACKAGE_LIBFUSE
|
|
bool "libfuse"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
FUSE (Filesystem in UserSpacE)
|
|
|
|
http://fuse.sourceforge.net/
|
|
|
|
comment "libfuse requires a toolchain with LARGEFILE and threads support"
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|