2007-11-24 17:09:25 +01:00
|
|
|
config BR2_PACKAGE_LIBFUSE
|
2008-07-10 12:11:25 +02:00
|
|
|
bool "libfuse"
|
2009-03-05 15:17:55 +01:00
|
|
|
depends on BR2_LARGEFILE
|
2012-12-09 05:05:41 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2012-12-26 01:49:19 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2008-07-10 12:11:25 +02:00
|
|
|
help
|
2007-11-24 17:09:25 +01:00
|
|
|
FUSE (Filesystem in UserSpacE)
|
|
|
|
|
|
|
|
http://fuse.sourceforge.net/
|
2009-03-05 15:17:55 +01:00
|
|
|
|
2012-12-09 05:05:41 +01:00
|
|
|
comment "libfuse requires a toolchain with LARGEFILE and threads support"
|
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|